From 1fb2b9318eb30cd29a74bfffcf0854ab36c89d15 Mon Sep 17 00:00:00 2001 From: Nicko Guyer Date: Wed, 24 Apr 2024 15:15:12 -0400 Subject: [PATCH] Upgrade psql client dependency Signed-off-by: Nicko Guyer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45cd5023d..6f7d9e3ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ ARG UI_TAG ARG UI_RELEASE RUN apk add --update --no-cache \ sqlite=3.44.2-r0 \ - postgresql16-client=16.2-r0 \ + postgresql16-client=16.2-r1 \ curl=8.5.0-r0 \ jq=1.7.1-r0 WORKDIR /firefly