From 7add8d95a85780791ebfd125fde1fd393c3d6df2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 15 May 2024 09:36:46 -0400 Subject: [PATCH] feat: version bump mithril to v2418.1 (#29) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cacd8cc..cf0731f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ FROM rust:bookworm AS rustbuilder -ARG MITHRIL_VERSION=2412.0 +ARG MITHRIL_VERSION=2418.1 ENV MITHRIL_VERSION=${MITHRIL_VERSION} WORKDIR /code RUN echo "Building tags/${MITHRIL_VERSION}..." \ && git clone https://github.com/input-output-hk/mithril.git --depth 1 -b ${MITHRIL_VERSION} \ && cd mithril \ && git checkout tags/${MITHRIL_VERSION} \ - && cargo build --features portable --release -p mithril-client-cli + && cargo build --release -p mithril-client-cli FROM debian:bookworm-slim as mithril-client COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/