We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324bcfa + 2ed8360 commit db2903aCopy full SHA for db2903a
1 file changed
.docker/app/Dockerfile
@@ -24,7 +24,7 @@ RUN apk add -U --no-cache \
24
gcompat=1.1.0-r4 \
25
imagemagick=7.1.2.15-r0 \
26
libxslt=1.1.43-r3 \
27
- postgresql17-client=17.8-r0 \
+ postgresql17-client=17.9-r0 \
28
sqlite=3.51.2-r0 \
29
shared-mime-info=2.4-r6 \
30
ssl_client=1.37.0-r30 \
@@ -37,7 +37,7 @@ RUN apk add -U --no-cache \
37
libjpeg-turbo-dev=3.1.2-r0 \
38
libxslt-dev=1.1.43-r3 \
39
libxml2-dev=2.13.9-r0 \
40
- postgresql17-dev=17.8-r0 \
+ postgresql17-dev=17.9-r0 \
41
sqlite-dev=3.51.2-r0 \
42
nodejs=24.13.0-r1 \
43
yarn=1.22.22-r1 && \
0 commit comments