Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
feat(contract-verifier): Add vyper 1.5.2 (matter-labs#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy authored Jul 2, 2024
1 parent 65973cc commit 45c7a0a
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 1); do \
RUN for VERSION in $(seq -f "v1.5.%g" 0 2); 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 45c7a0a

Please sign in to comment.