From b3fa1c6ef48878b698c3e015bc65f3c066a184df Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 14 Nov 2025 17:15:14 +0100 Subject: [PATCH] chore: bump pgsql to 18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 876cc69..5876eff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache \ bash \ curl \ restic \ - postgresql-client \ + postgresql18-client \ jq WORKDIR /app -- 2.49.1