From af908979d1d2ce4980182451b744c459e80d607e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 15:15:49 +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-MUSL-8720633 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 --- projects/postgresql/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/postgresql/dockerfile b/projects/postgresql/dockerfile index 03d83d2..4c07bf8 100644 --- a/projects/postgresql/dockerfile +++ b/projects/postgresql/dockerfile @@ -1,3 +1,3 @@ -FROM postgres:15.1-alpine +FROM postgres:15.16-alpine COPY postgres.conf /etc/postgresql/postgresql.conf \ No newline at end of file