From 1f13d6fd14821de643ce6dd034a2c5d48cbefc01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 06:42:01 +0000 Subject: [PATCH] fix: percona-distribution-postgresql-12/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RHEL8-LIBCAP-5660406 - https://snyk.io/vuln/SNYK-RHEL8-LIBCAP-5660413 - https://snyk.io/vuln/SNYK-RHEL8-OPENSSLLIBS-5804834 - https://snyk.io/vuln/SNYK-RHEL8-SQLITELIBS-6140699 - https://snyk.io/vuln/SNYK-RHEL8-SYSTEMDLIBS-6137227 --- percona-distribution-postgresql-12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona-distribution-postgresql-12/Dockerfile b/percona-distribution-postgresql-12/Dockerfile index 6447369f1..80e967a9f 100644 --- a/percona-distribution-postgresql-12/Dockerfile +++ b/percona-distribution-postgresql-12/Dockerfile @@ -1,4 +1,4 @@ -FROM redhat/ubi8-minimal +FROM redhat/ubi8-minimal:8.9-1108 LABEL org.opencontainers.image.authors="info@percona.com"