diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 0eddbc2..220e269 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -14,7 +14,7 @@ RUN apk add -U --no-cache \ bash=5.3.9-r1 \ gcompat=1.1.0-r4 \ tzdata=2026c-r0 \ - postgresql17-client=17.10-r0 \ + postgresql17-client=17.11-r0 \ libstdc++=15.2.0-r5 \ libxslt=1.1.43-r3 && \ apk add -U --no-cache --virtual build-dependencies \ @@ -22,7 +22,7 @@ RUN apk add -U --no-cache \ libffi-dev=3.5.2-r1 \ libsass-dev=3.6.6-r0 \ git=2.54.0-r0 \ - postgresql17-dev=17.10-r0 \ + postgresql17-dev=17.11-r0 \ libxslt-dev=1.1.43-r3 \ nodejs=24.18.1-r0 \ yaml=0.2.5-r2 \