From 36c7f645998bfdccded051c9fa6f766a17810a6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 07:27:05 +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-GLIBC-1296899 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340923 - https://snyk.io/vuln/SNYK-DEBIAN10-LZ4-1277601 --- 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..9c9d574 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.2 +FROM postgres:13.13 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*