diff --git a/boldupgrader/Dockerfile b/boldupgrader/Dockerfile index 89f51e85..6eee61b8 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 13150b58..57ccfadc 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"]