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"]