Skip to content

Commit

Permalink
fix: Bump rollup creator commit
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Nov 21, 2024
1 parent 345f178 commit 859571c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollupcreator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN apt-get update && \
WORKDIR /workspace
# Clone the repository and checkout the specified branch
RUN git clone --no-checkout https://github.com/layr-labs/nitro-contracts.git ./
RUN git checkout ${NITRO_CONTRACTS_BRANCH}

RUN git checkout a2de1c3ef227bde09b0b6ebfe272c66f441345f9
# Install Foundry
RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="${PATH}:/root/.foundry/bin"
Expand Down

0 comments on commit 859571c

Please sign in to comment.