Skip to content

Commit

Permalink
Update curl
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <[email protected]>
  • Loading branch information
matthew1001 committed Oct 3, 2024
1 parent d87917d commit 3b28ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG GIT_REF
RUN apk add make=4.4.1-r2 \
gcc=13.2.1_git20231014-r0 \
build-base=0.5-r3 \
curl=8.9.1-r0 \
curl=8.9.1-r1 \
git=2.43.5-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
Expand Down Expand Up @@ -76,7 +76,7 @@ ARG UI_RELEASE
RUN apk add --update --no-cache \
sqlite=3.44.2-r0 \
postgresql16-client=16.4-r0 \
curl=8.9.1-r0 \
curl=8.9.1-r1 \
jq=1.7.1-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
Expand Down

0 comments on commit 3b28ab2

Please sign in to comment.