From ed372000d9b478482f93c389c0f367639f3a6839 Mon Sep 17 00:00:00 2001 From: Enrique Lacal Date: Tue, 26 Nov 2024 10:18:09 +0000 Subject: [PATCH] Update the postgres version in Dockerfile Signed-off-by: Enrique Lacal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 412091271..57d69a260 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ ARG UI_TAG ARG UI_RELEASE RUN apk add --update --no-cache \ sqlite=3.44.2-r0 \ - postgresql16-client=16.4-r0 \ + postgresql16-client=16.5-r0 \ curl=8.9.1-r1 \ jq=1.7.1-r0 WORKDIR /firefly