mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
feat: upgrade ziren & pico & miden (#247)
Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user