We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd91b1 commit 9864526Copy full SHA for 9864526
Dockerfile
@@ -8,7 +8,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
8
&& git checkout tags/${MITHRIL_VERSION} \
9
&& cargo build --release -p mithril-client-cli
10
11
-FROM ghcr.io/blinklabs-io/cardano-configs:20250213-1 AS cardano-configs
+FROM ghcr.io/blinklabs-io/cardano-configs:20250518-1 AS cardano-configs
12
13
FROM debian:bookworm-slim AS mithril-client
14
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
0 commit comments