Skip to content

Commit db2903a

Browse files
Merge pull request #335 from tulibraries/update-postgres-package
Update postgres package
2 parents 324bcfa + 2ed8360 commit db2903a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk add -U --no-cache \
2424
gcompat=1.1.0-r4 \
2525
imagemagick=7.1.2.15-r0 \
2626
libxslt=1.1.43-r3 \
27-
postgresql17-client=17.8-r0 \
27+
postgresql17-client=17.9-r0 \
2828
sqlite=3.51.2-r0 \
2929
shared-mime-info=2.4-r6 \
3030
ssl_client=1.37.0-r30 \
@@ -37,7 +37,7 @@ RUN apk add -U --no-cache \
3737
libjpeg-turbo-dev=3.1.2-r0 \
3838
libxslt-dev=1.1.43-r3 \
3939
libxml2-dev=2.13.9-r0 \
40-
postgresql17-dev=17.8-r0 \
40+
postgresql17-dev=17.9-r0 \
4141
sqlite-dev=3.51.2-r0 \
4242
nodejs=24.13.0-r1 \
4343
yarn=1.22.22-r1 && \

0 commit comments

Comments
 (0)