fix: engine/examples/postgresql_service.Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU2204-GNUPG2-3035409
- https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-2789081
- https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886
- https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886
- https://snyk.io/vuln/SNYK-UBUNTU2204-ZLIB-2975633
This commit is contained in:
snyk-bot 2022-10-06 04:56:27 +00:00
parent 2986c23a9b
commit 47ae636e36
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

@ -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.04
# 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