chore: bump pgsql to 18
Some checks failed
CI / Check syntax (pull_request) Successful in 5s
CI / Build Docker image (pull_request) Failing after 15s

This commit is contained in:
2025-11-14 17:15:14 +01:00
parent 725ef9000b
commit b3fa1c6ef4

View File

@@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache \
bash \
curl \
restic \
postgresql-client \
postgresql18-client \
jq
WORKDIR /app