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 5e969c4 commit 0b270caCopy full SHA for 0b270ca
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:20240702-1 as cardano-configs
+FROM ghcr.io/blinklabs-io/cardano-configs:20240725-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