Skip to content

Commit b162ff9

Browse files
authored
Merge pull request #67 from OffchainLabs/node-18
feat: use node v18
2 parents 9dc0588 + dbf27b6 commit b162ff9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rollupcreator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-bullseye-slim
1+
FROM node:18-bullseye-slim
22
ARG NITRO_CONTRACTS_BRANCH=main
33
RUN apt-get update && \
44
apt-get install -y git docker.io python3 build-essential curl jq

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-bullseye-slim
1+
FROM node:18-bullseye-slim
22
WORKDIR /workspace
33
COPY ./package.json ./yarn.lock ./
44
RUN yarn

tokenbridge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-bullseye-slim
1+
FROM node:18-bullseye-slim
22
ARG TOKEN_BRIDGE_BRANCH=main
33
RUN apt-get update && \
44
apt-get install -y git docker.io python3 build-essential

0 commit comments

Comments
 (0)