Skip to content

Commit

Permalink
Merge pull request #152 from kaleido-io/update-curl
Browse files Browse the repository at this point in the history
Update curl version in the image
  • Loading branch information
EnriqueL8 authored Sep 18, 2024
2 parents 0d314a9 + 28f5da8 commit 23ddf30
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 @@ -26,7 +26,7 @@ RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1

FROM $BASE_IMAGE
RUN apk add curl=8.5.0-r0
RUN apk add curl=8.9.1-r0
# We also need to keep copying it to the old location to maintain compatibility with the FireFly CLI
COPY --from=solidity-build --chown=1001:0 /home/node/artifacts/contracts/ERC1155MixedFungible.sol/ERC1155MixedFungible.json /root/contracts/
WORKDIR /app
Expand Down

0 comments on commit 23ddf30

Please sign in to comment.