From 7af069f627dfa641cbc2345c1b1d5b200ac33700 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 2 Nov 2025 00:28:23 +0100 Subject: [PATCH] Upgrades postgres image to version 14.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7430ff..7db0263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN set -ex \ && install main/pg/wal-g / \ && /wal-g --help -FROM postgres:14.18-alpine3.21 +FROM postgres:14.19-alpine3.21 # Upgrade vulnerable packages libxml2, libxslt, icu-data-full and icu-libs RUN apk upgrade --no-cache libxml2 libxslt icu-data-full icu-libs