Skip to content

Commit

Permalink
feat: version bump mithril to v2418.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 authored May 15, 2024
1 parent 8e46809 commit 7add8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 7add8d9

Please sign in to comment.