From 47ae636e36c77ae76337cb25a7e2a3d4bfa8bc77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 04:56:27 +0000 Subject: [PATCH] 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 --- engine/examples/postgresql_service.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/examples/postgresql_service.Dockerfile b/engine/examples/postgresql_service.Dockerfile index 9ee667e..654a9e2 100644 --- a/engine/examples/postgresql_service.Dockerfile +++ b/engine/examples/postgresql_service.Dockerfile @@ -2,7 +2,7 @@ # 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. # It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc