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 a0bc6d3 commit ebaca77Copy full SHA for ebaca77
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:20240515-2 as cardano-configs
+FROM ghcr.io/blinklabs-io/cardano-configs:20240702-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