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