Skip to content

Commit fb55e75

Browse files
Merge pull request #172 from OffchainLabs/debian-13-trixie
Upgrade to node:20-trixie-slim to fix Docker issue
2 parents 59c5e0a + 48ecabd commit fb55e75

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rollupcreator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-bookworm-slim
1+
FROM node:20-trixie-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:20-bookworm-slim AS base
2+
FROM node:20-trixie-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:20-bookworm-slim
1+
FROM node:20-trixie-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)