Skip to content

Commit

Permalink
Update the postgres version in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Nov 26, 2024
1 parent 62ee71f commit ed37200
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 ed37200

Please sign in to comment.