Skip to content

Commit

Permalink
Merge pull request #1602 from hyperledger/fix_psql
Browse files Browse the repository at this point in the history
Update the postgres version in Dockerfile
  • Loading branch information
awrichar authored Nov 26, 2024
2 parents 62ee71f + ed37200 commit 9a94dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ARG UI_TAG
ARG UI_RELEASE
RUN apk add --update --no-cache \
sqlite=3.44.2-r0 \
postgresql16-client=16.4-r0 \
postgresql16-client=16.5-r0 \
curl=8.9.1-r1 \
jq=1.7.1-r0
WORKDIR /firefly
Expand Down

0 comments on commit 9a94dc1

Please sign in to comment.