Skip to content

Commit 7add8d9

Browse files
authored
feat: version bump mithril to v2418.1 (#29)
1 parent 8e46809 commit 7add8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM rust:bookworm AS rustbuilder
2-
ARG MITHRIL_VERSION=2412.0
2+
ARG MITHRIL_VERSION=2418.1
33
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
44
WORKDIR /code
55
RUN echo "Building tags/${MITHRIL_VERSION}..." \
66
&& git clone https://github.com/input-output-hk/mithril.git --depth 1 -b ${MITHRIL_VERSION} \
77
&& cd mithril \
88
&& git checkout tags/${MITHRIL_VERSION} \
9-
&& cargo build --features portable --release -p mithril-client-cli
9+
&& cargo build --release -p mithril-client-cli
1010

1111
FROM debian:bookworm-slim as mithril-client
1212
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/

0 commit comments

Comments
 (0)