We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dc0588 + dbf27b6 commit b162ff9Copy full SHA for b162ff9
rollupcreator/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16-bullseye-slim
+FROM node:18-bullseye-slim
2
ARG NITRO_CONTRACTS_BRANCH=main
3
RUN apt-get update && \
4
apt-get install -y git docker.io python3 build-essential curl jq
scripts/Dockerfile
WORKDIR /workspace
COPY ./package.json ./yarn.lock ./
RUN yarn
tokenbridge/Dockerfile
ARG TOKEN_BRIDGE_BRANCH=main
apt-get install -y git docker.io python3 build-essential
0 commit comments