We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707491e commit 565c3bbCopy full SHA for 565c3bb
.changeset/fifty-coins-repair.md
@@ -0,0 +1,2 @@
1
+---
2
docker/Dockerfile
@@ -7,7 +7,7 @@ ENV appDir="/app" \
7
CI="true"
8
9
RUN apk add --update --no-cache git rsync docker $([ $(arch) == "aarch64" ] && echo "python3 make g++") && \
10
- yarn global add npm@^9.8.1 && \
+ yarn global add npm@9.9.2 && \
11
# Download both solidity compilers as per: https://github.com/nomiclabs/hardhat/issues/1280#issuecomment-949822371
12
mkdir -p /root/.cache/hardhat-nodejs/compilers-v2/wasm && \
13
wget -O /root/.cache/hardhat-nodejs/compilers-v2/wasm/soljson-v0.8.9+commit.e5eed63a.js https://solc-bin.ethereum.org/wasm/soljson-v0.8.9+commit.e5eed63a.js && \
0 commit comments