Skip to content

Commit

Permalink
add-support-for-zkvyper-1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Aug 30, 2024
1 parent 3fab685 commit 584bd26
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 @@ -55,7 +55,7 @@ RUN for VERSION in $(seq -f "v1.4.%g" 0 1); do \
done

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

0 comments on commit 584bd26

Please sign in to comment.