Skip to content

Commit 2732401

Browse files
authored
feat: update zkvyper to 1.5.10 in dev container (#230)
1 parent 5bb3a1c commit 2732401

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
4545
rm $HOME/anvil-zksync.tar.gz
4646

4747
# Install zkvyper
48-
# @dev https://github.com/vyperlang/titanoboa-zksync/issues/41
49-
ENV ZKVYPER_VERSION=1.5.7
48+
ENV ZKVYPER_VERSION=1.5.10
5049
RUN ARCH=$(dpkg --print-architecture) && \
5150
curl -L https://github.com/matter-labs/era-compiler-vyper/releases/download/${ZKVYPER_VERSION}/zkvyper-linux-${ARCH}-gnu-v${ZKVYPER_VERSION} -o $HOME/zkvyper && \
5251
chmod +x $HOME/zkvyper && \

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)