Skip to content

Commit 565c3bb

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/fifty-coins-repair.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

docker/Dockerfile

+1-1
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)