mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
11 lines
146 B
Docker
11 lines
146 B
Docker
ARG BASE_IMAGE=ere-base:latest
|
|
|
|
FROM $BASE_IMAGE
|
|
|
|
RUN rustup default 1.90.0
|
|
|
|
# Miden Configuration
|
|
ENV MIDEN_VERSION="v0.20.4"
|
|
|
|
CMD ["/bin/bash"]
|