File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ if (( $# != 0 )); then
3333 params=" $( printf " %q " " ${@ } " ) "
3434fi
3535
36- # solbuildpackpusher/solidity-buildpack-deps:emscripten-20`
36+ # solbuildpackpusher/solidity-buildpack-deps:emscripten-21
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- solbuildpackpusher/solidity-buildpack-deps@sha256:98f963ed799a0d206ef8e7b5475f847e0dea53b7fdea9618bbc6106a62730bd2 \
40+ solbuildpackpusher/solidity-buildpack-deps@sha256:fc53d68a4680ffa7d5f70164e13a903478964f15bcc07434d74833a05f4fbc19 \
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