Skip to content

Commit f5a54d6

Browse files
Merge pull request #133 from OffchainLabs/dl/foundrypin2
pins foundry to 1.0.0
2 parents 2cded89 + 87e4143 commit f5a54d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

boldupgrader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN git checkout ${BOLD_CONTRACTS_BRANCH}
88
RUN yarn install && yarn cache clean
99
RUN curl -L https://foundry.paradigm.xyz | bash
1010
ENV PATH="${PATH}:/root/.foundry/bin"
11-
RUN foundryup
11+
RUN foundryup --install 1.0.0
1212
RUN touch scripts/config.ts
1313
RUN yarn build:all
1414
ENTRYPOINT ["yarn"]

rollupcreator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN git checkout ${NITRO_CONTRACTS_BRANCH}
88
RUN yarn install && yarn cache clean
99
RUN curl -L https://foundry.paradigm.xyz | bash
1010
ENV PATH="${PATH}:/root/.foundry/bin"
11-
RUN foundryup
11+
RUN foundryup --install 1.0.0
1212
RUN touch scripts/config.ts
1313
RUN yarn build:all
1414
ENTRYPOINT ["yarn"]

0 commit comments

Comments
 (0)