From c5c0cb59a3d143e6461de8699ba1474bc4d075e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 08:48:17 +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-KRB5-8366389 - https://snyk.io/vuln/SNYK-ALPINE317-NCURSES-5606599 - https://snyk.io/vuln/SNYK-ALPINE317-NCURSES-5606599 --- projects/postgresql/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/postgresql/dockerfile b/projects/postgresql/dockerfile index 03d83d2..0ce08c3 100644 --- a/projects/postgresql/dockerfile +++ b/projects/postgresql/dockerfile @@ -1,3 +1,3 @@ -FROM postgres:15.1-alpine +FROM postgres:15.9-alpine COPY postgres.conf /etc/postgresql/postgresql.conf \ No newline at end of file