fix: engine/examples/postgresql_service.Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314792 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3098846 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3180311 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3180311 - https://snyk.io/vuln/SNYK-UBUNTU2204-TAR-3261138
This commit is contained in:
parent
2986c23a9b
commit
7fd1dcb33d
|
@ -2,7 +2,7 @@
|
||||||
# example Dockerfile for https://docs.docker.com/examples/postgresql_service/
|
# example Dockerfile for https://docs.docker.com/examples/postgresql_service/
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu:22.10
|
||||||
|
|
||||||
# Add the PostgreSQL PGP key to verify their Debian packages.
|
# Add the PostgreSQL PGP key to verify their Debian packages.
|
||||||
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
|
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
|
||||||
|
|
Loading…
Reference in New Issue