From df7a0ff100442823ae774fb2327cdc99beeed195 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 10:13:27 +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..2e0b889 100644 --- a/projects/postgresql/dockerfile +++ b/projects/postgresql/dockerfile @@ -1,3 +1,3 @@ -FROM postgres:15.1-alpine +FROM postgres:15.14-alpine COPY postgres.conf /etc/postgresql/postgresql.conf \ No newline at end of file