From b95c43f57ccfffd4ac02c96b1670ce15d38a05de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Dec 2023 14:39:36 +0000 Subject: [PATCH] fix: compose/local/postgres/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340915 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-LZ4-1277601 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- compose/local/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/local/postgres/Dockerfile b/compose/local/postgres/Dockerfile index 8ca68d89..176b3975 100644 --- a/compose/local/postgres/Dockerfile +++ b/compose/local/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.1 +FROM postgres:13.13 COPY ./compose/local/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*