From 22f9cbdc8ace2eb3ed0d9b53ab10056675517401 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 03:16:46 +0000 Subject: [PATCH] fix: local/postgres-db/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1075326 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2388381 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-536856 --- local/postgres-db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/postgres-db/Dockerfile b/local/postgres-db/Dockerfile index acc88fc7..2a8d57d9 100644 --- a/local/postgres-db/Dockerfile +++ b/local/postgres-db/Dockerfile @@ -1,2 +1,2 @@ -FROM postgres:12.3 +FROM postgres:12.10 COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/