feat: upgrade ziren & pico & miden (#247)

Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
Paul
2025-12-15 12:13:49 +08:00
committed by GitHub
parent 19d90f8276
commit d15d36aa0a
16 changed files with 460 additions and 451 deletions

View File

@@ -5,6 +5,6 @@ FROM $BASE_IMAGE
RUN rustup default 1.90.0
# Miden Configuration
ENV MIDEN_VERSION="v0.19.1"
ENV MIDEN_VERSION="v0.20.0"
CMD ["/bin/bash"]

View File

@@ -14,7 +14,7 @@ RUN rustup default nightly
COPY --chmod=755 scripts/sdk_installers/install_ziren_sdk.sh /tmp/install_ziren_sdk.sh
# The install_ziren_sdk.sh script will respect these ENV variables.
ENV ZIREM_VERSION="1.2.2"
ENV ZIREM_VERSION="1.2.3"
# Run the Ziren SDK installation script
RUN /tmp/install_ziren_sdk.sh && rm /tmp/install_ziren_sdk.sh