Skip to content

Commit

Permalink
python python3 3.10.13-r0 => 3.10.14-r1
Browse files Browse the repository at this point in the history
Signed-off-by: Samim Mirhosseini <ssmirr@users.noreply.github.com>
  • Loading branch information
ssmirr committed Mar 28, 2024
1 parent 14d592e commit 04b6837
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 @@ -7,7 +7,7 @@ ADD --chown=node:node . .
RUN npm run build

FROM node:20-alpine3.17 as solidity-build
RUN apk add python3=3.10.13-r0 alpine-sdk=1.0-r1
RUN apk add python3=3.10.14-r1 alpine-sdk=1.0-r1
USER node
WORKDIR /home/node
ADD --chown=node:node ./samples/solidity/package*.json ./
Expand Down

0 comments on commit 04b6837

Please sign in to comment.