Skip to content

Commit

Permalink
Merge pull request #153 from kaleido-io/update-curl
Browse files Browse the repository at this point in the history
Update Python version
  • Loading branch information
EnriqueL8 authored Sep 18, 2024
2 parents 23ddf30 + 6157817 commit 01d5eae
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 @@ -2,7 +2,7 @@ ARG BASE_IMAGE
ARG BUILD_IMAGE

FROM ${BUILD_IMAGE} as solidity-build
RUN apk add python3=3.11.9-r0 alpine-sdk=1.0-r1
RUN apk add python3=3.11.10-r0 alpine-sdk=1.0-r1
USER node
WORKDIR /home/node
ADD --chown=node:node ./samples/solidity/package*.json ./
Expand Down

0 comments on commit 01d5eae

Please sign in to comment.