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 e041e8b commit 49c53c7Copy full SHA for 49c53c7
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:20240725-1 AS cardano-configs
+FROM ghcr.io/blinklabs-io/cardano-configs:20241028-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