From dffc56cc06c992045e1b3679394289cdd89c20e0 Mon Sep 17 00:00:00 2001 From: Doug Lance <4741454+douglance@users.noreply.github.com> Date: Tue, 6 May 2025 07:44:00 -0400 Subject: [PATCH] pins foundry to 1.0.0 --- boldupgrader/Dockerfile | 2 +- rollupcreator/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boldupgrader/Dockerfile b/boldupgrader/Dockerfile index 4344b5c9..72bab80a 100644 --- a/boldupgrader/Dockerfile +++ b/boldupgrader/Dockerfile @@ -8,7 +8,7 @@ RUN git checkout ${BOLD_CONTRACTS_BRANCH} RUN yarn install && yarn cache clean RUN curl -L https://foundry.paradigm.xyz | bash ENV PATH="${PATH}:/root/.foundry/bin" -RUN foundryup +RUN foundryup --install 1.0.0 RUN touch scripts/config.ts RUN yarn build:all ENTRYPOINT ["yarn"] \ No newline at end of file diff --git a/rollupcreator/Dockerfile b/rollupcreator/Dockerfile index caa0cc30..59d56a5a 100644 --- a/rollupcreator/Dockerfile +++ b/rollupcreator/Dockerfile @@ -8,7 +8,7 @@ RUN git checkout ${NITRO_CONTRACTS_BRANCH} RUN yarn install && yarn cache clean RUN curl -L https://foundry.paradigm.xyz | bash ENV PATH="${PATH}:/root/.foundry/bin" -RUN foundryup +RUN foundryup --install 1.0.0 RUN touch scripts/config.ts RUN yarn build:all ENTRYPOINT ["yarn"]