We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 461ae0d + dffc56c commit 828fe09Copy full SHA for 828fe09
2 files changed
boldupgrader/Dockerfile
@@ -8,7 +8,7 @@ RUN git checkout ${BOLD_CONTRACTS_BRANCH}
8
RUN yarn install && yarn cache clean
9
RUN curl -L https://foundry.paradigm.xyz | bash
10
ENV PATH="${PATH}:/root/.foundry/bin"
11
-RUN foundryup
+RUN foundryup --install 1.0.0
12
RUN touch scripts/config.ts
13
RUN yarn build:all
14
ENTRYPOINT ["yarn"]
rollupcreator/Dockerfile
@@ -8,7 +8,7 @@ RUN git checkout ${NITRO_CONTRACTS_BRANCH}
0 commit comments