mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05: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.1"
|
|
|
|
CMD ["/bin/bash"]
|