Skip to content

Commit

Permalink
Merge pull request #1504 from kaleido-io/update-dockerfile
Browse files Browse the repository at this point in the history
Upgrade psql client dependency
  • Loading branch information
nguyer authored Apr 24, 2024
2 parents f7e6607 + 1fb2b93 commit 930e4dc
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 @@ -68,7 +68,7 @@ ARG UI_TAG
ARG UI_RELEASE
RUN apk add --update --no-cache \
sqlite=3.44.2-r0 \
postgresql16-client=16.2-r0 \
postgresql16-client=16.2-r1 \
curl=8.5.0-r0 \
jq=1.7.1-r0
WORKDIR /firefly
Expand Down

0 comments on commit 930e4dc

Please sign in to comment.