Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Oct 13, 2023
1 parent fe0f652 commit 8d38a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/contract-verifier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \

RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && \
rustup install nightly-2023-07-21 && \
rustup default nightly-2023-07-21 \
rustup default nightly-2023-07-21

WORKDIR /usr/src/zksync
COPY . .
Expand Down

0 comments on commit 8d38a3b

Please sign in to comment.