From dcbb5f03cf3235d0f6f8b8c1bb46569203968fe5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 11:06:21 +0000 Subject: [PATCH] fix: compose/production/postgres/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-1085094 - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-1085097 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBKSBA-3050754 --- compose/production/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index bac0be5..5edd67d 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.2 +FROM postgres:13.18 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*