Skip to content

Commit

Permalink
feat: version bump mithril to v2423.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Jun 17, 2024
1 parent 7add8d9 commit 23f7221
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:bookworm AS rustbuilder
ARG MITHRIL_VERSION=2418.1
ARG MITHRIL_VERSION=2423.0
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
WORKDIR /code
RUN echo "Building tags/${MITHRIL_VERSION}..." \
Expand All @@ -8,9 +8,11 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
&& git checkout tags/${MITHRIL_VERSION} \
&& cargo build --release -p mithril-client-cli

FROM ghcr.io/blinklabs-io/cardano-configs:20240515-2 as cardano-configs

FROM debian:bookworm-slim as mithril-client
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
COPY config/ /opt/cardano/config/
COPY --from=cardano-configs /config/ /opt/cardano/config/
RUN apt-get update -y \
&& apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit 23f7221

Please sign in to comment.