From 28f5da81b322894354ee0928667b00f8add73013 Mon Sep 17 00:00:00 2001 From: Matthew Whitehead Date: Wed, 18 Sep 2024 15:01:07 +0100 Subject: [PATCH] Update curl version in the image Signed-off-by: Matthew Whitehead --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0efcd3..69cc9f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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