Update miden to v0.19.1 (#229)

This commit is contained in:
Han
2025-11-28 20:45:50 +09:00
committed by GitHub
parent b08dc30be0
commit 8051edb079
4 changed files with 104 additions and 40 deletions

View File

@@ -2,7 +2,9 @@ ARG BASE_IMAGE=ere-base:latest
FROM $BASE_IMAGE
RUN rustup default 1.90.0
# Miden Configuration
ENV MIDEN_VERSION="v0.18.3"
ENV MIDEN_VERSION="v0.19.1"
CMD ["/bin/bash"]