From 5e9b81d9dc357bcb72b637d33a32fc73aafccc4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Dec 2023 17:51:32 +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-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340915 - 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..1d6283ca 100644 --- a/compose/local/postgres/Dockerfile +++ b/compose/local/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.1 +FROM postgres:13.12 COPY ./compose/local/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*