Skip to content

Commit

Permalink
Merge branch 'main' into tee_prover_new_2
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh authored Oct 16, 2024
2 parents 90ff936 + 93d2575 commit c773c04
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 @@ -47,7 +47,7 @@ RUN mkdir -p /etc/zksolc-bin/vm-1.5.0-a167aa3 && \
chmod +x /etc/zksolc-bin/vm-1.5.0-a167aa3/zksolc

# install zksolc 1.5.x
RUN for VERSION in $(seq -f "v1.5.%g" 0 5); do \
RUN for VERSION in $(seq -f "v1.5.%g" 0 6); do \
mkdir -p /etc/zksolc-bin/$VERSION && \
wget https://github.com/matter-labs/zksolc-bin/raw/main/linux-amd64/zksolc-linux-amd64-musl-$VERSION -O /etc/zksolc-bin/$VERSION/zksolc && \
chmod +x /etc/zksolc-bin/$VERSION/zksolc; \
Expand Down

0 comments on commit c773c04

Please sign in to comment.