We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cded89 + 87e4143 commit f5a54d6Copy full SHA for f5a54d6
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