File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM node:18-bullseye -slim
1+ FROM node:20-bookworm -slim
22RUN apt-get update && \
33 apt-get install -y git docker.io python3 make gcc g++ curl jq
44ARG BOLD_CONTRACTS_BRANCH=bold-merge-script
Original file line number Diff line number Diff line change 1- FROM node:18-bullseye -slim
1+ FROM node:20-bookworm -slim
22RUN apt-get update && \
33 apt-get install -y git docker.io python3 make gcc g++ curl jq
44ARG NITRO_CONTRACTS_BRANCH=main
Original file line number Diff line number Diff line change 11# Stage 1: Base build environment
2- FROM node:18-bullseye -slim AS base
2+ FROM node:20-bookworm -slim AS base
33WORKDIR /workspace
44COPY ./package.json ./yarn.lock ./
55RUN yarn
Original file line number Diff line number Diff line change 1- FROM node:18-bullseye -slim
1+ FROM node:20-bookworm -slim
22RUN apt-get update && \
33 apt-get install -y git docker.io python3 make gcc g++ curl jq
44ARG TOKEN_BRIDGE_BRANCH=main
You can’t perform that action at this time.
0 commit comments