Skip to content

Commit 461ae0d

Browse files
Merge pull request #130 from OffchainLabs/dl/bump-2
bump node to 20
2 parents ab0d72f + cc22c91 commit 461ae0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

boldupgrader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-bullseye-slim
1+
FROM node:20-bookworm-slim
22
RUN apt-get update && \
33
apt-get install -y git docker.io python3 make gcc g++ curl jq
44
ARG BOLD_CONTRACTS_BRANCH=bold-merge-script

rollupcreator/Dockerfile

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

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Base build environment
2-
FROM node:18-bullseye-slim AS base
2+
FROM node:20-bookworm-slim AS base
33
WORKDIR /workspace
44
COPY ./package.json ./yarn.lock ./
55
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:18-bullseye-slim
1+
FROM node:20-bookworm-slim
22
RUN apt-get update && \
33
apt-get install -y git docker.io python3 make gcc g++ curl jq
44
ARG TOKEN_BRIDGE_BRANCH=main

0 commit comments

Comments
 (0)