File tree 5 files changed +12
-5
lines changed
5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @api3/airnode-deployer ' : patch
3
+ ' @api3/airnode-admin ' : patch
4
+ ' @api3/airnode-node ' : patch
5
+ ---
6
+
7
+ Bump Node.js version in Dockerfiles
Original file line number Diff line number Diff line change 1
- FROM node:18.14.0 -alpine3.17 AS environment
1
+ FROM node:18.19.1 -alpine3.19 AS environment
2
2
3
3
ENV appDir="/app" \
4
4
buildDir="/build" \
@@ -7,7 +7,7 @@ ENV appDir="/app" \
7
7
CI="true"
8
8
9
9
RUN apk add --update --no-cache git rsync docker $([ $(arch) == "aarch64" ] && echo "python3 make g++" ) && \
10
- yarn global add npm@9.9.2 && \
10
+ yarn global add npm && \
11
11
# Download both solidity compilers as per: https://github.com/nomiclabs/hardhat/issues/1280#issuecomment-949822371
12
12
mkdir -p /root/.cache/hardhat-nodejs/compilers-v2/wasm && \
13
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 && \
Original file line number Diff line number Diff line change 1
- FROM node:18.14.0 -alpine3.17
1
+ FROM node:18.19.1 -alpine3.19
2
2
3
3
ARG npmRegistryUrl=https://registry.npmjs.org/
4
4
ARG npmTag=latest
Original file line number Diff line number Diff line change 1
- FROM node:18.14.0 -alpine3.17
1
+ FROM node:18.19.1 -alpine3.19
2
2
3
3
ARG npmRegistryUrl=https://registry.npmjs.org/
4
4
ARG npmTag=latest
Original file line number Diff line number Diff line change 1
- FROM node:18.14.0 -alpine3.17
1
+ FROM node:18.19.1 -alpine3.19
2
2
3
3
ARG npmRegistryUrl=https://registry.npmjs.org/
4
4
ARG npmTag=latest
You can’t perform that action at this time.
0 commit comments