Skip to content

Commit b6249da

Browse files
authored
Merge pull request #137 from OffchainLabs/master
Merge master into release
2 parents 6821095 + a0feb9f commit b6249da

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)