From 7a581bf6a3e50c66466caf86994c1b2e2e9e03b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 19:50:46 +0000 Subject: [PATCH] fix: projects/postgresql/dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-KRB5-8366390 - https://snyk.io/vuln/SNYK-ALPINE317-E2FSPROGS-3339842 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-7911573 --- projects/postgresql/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/postgresql/dockerfile b/projects/postgresql/dockerfile index 03d83d2..d3a39e5 100644 --- a/projects/postgresql/dockerfile +++ b/projects/postgresql/dockerfile @@ -1,3 +1,3 @@ -FROM postgres:15.1-alpine +FROM postgres:15.15-alpine COPY postgres.conf /etc/postgresql/postgresql.conf \ No newline at end of file