File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ if (( $# != 0 )); then
3333 params=" $( printf " %q " " ${@ } " ) "
3434fi
3535
36- # ghcr.io/argotorg/solidity-buildpack-deps:emscripten-21
36+ # ghcr.io/argotorg/solidity-buildpack-deps:emscripten-22
3737# NOTE: Without `safe.directory` git would assume it's not safe to operate on /root/project since it's owned by a different user.
3838# See https://github.blog/2022-04-12-git-security-vulnerability-announced/
3939docker run -v " $( pwd) :/root/project" -w /root/project \
40- ghcr.io/argotorg/solidity-buildpack-deps@sha256:fc53d68a4680ffa7d5f70164e13a903478964f15bcc07434d74833a05f4fbc19 \
40+ ghcr.io/argotorg/solidity-buildpack-deps@sha256:b9c953144d82cca5553f65626bc43b8af456dbc8966f8732ff9522f33ca8d722 \
4141 /bin/bash -c " git config --global --add safe.directory /root/project && ./scripts/ci/build_emscripten.sh ${params} "
You can’t perform that action at this time.
0 commit comments