Skip to content

Commit

Permalink
Merge pull request #1548 from hyperledger/fix_docker_curl
Browse files Browse the repository at this point in the history
fix version of curl
  • Loading branch information
EnriqueL8 authored Jul 25, 2024
2 parents 003ef7a + 0fcdaf4 commit 04cf56c
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 @@ -12,7 +12,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.5.0-r0 \
curl=8.9.0-r0 \
git=2.43.4-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
Expand Down Expand Up @@ -68,7 +68,7 @@ ARG UI_RELEASE
RUN apk add --update --no-cache \
sqlite=3.44.2-r0 \
postgresql16-client=16.3-r0 \
curl=8.5.0-r0 \
curl=8.9.0-r0 \
jq=1.7.1-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
Expand Down

0 comments on commit 04cf56c

Please sign in to comment.