Skip to content

Commit 565c3bb

Browse files
committed
Pin Dockerfile npm version
1 parent 707491e commit 565c3bb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/fifty-coins-repair.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV appDir="/app" \
77
CI="true"
88

99
RUN apk add --update --no-cache git rsync docker $([ $(arch) == "aarch64" ] && echo "python3 make g++") && \
10-
yarn global add npm@^9.8.1 && \
10+
yarn global add npm@9.9.2 && \
1111
# Download both solidity compilers as per: https://github.com/nomiclabs/hardhat/issues/1280#issuecomment-949822371
1212
mkdir -p /root/.cache/hardhat-nodejs/compilers-v2/wasm && \
1313
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

Comments
 (0)