We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff2755 commit 4daa742Copy full SHA for 4daa742
Dockerfile
@@ -8,7 +8,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
8
&& git checkout tags/${MITHRIL_VERSION} \
9
&& cargo build --release -p mithril-signer
10
11
-FROM ghcr.io/blinklabs-io/cardano-configs:20241028-1 AS cardano-configs
+FROM ghcr.io/blinklabs-io/cardano-configs:20250213-1 AS cardano-configs
12
13
FROM debian:bookworm-slim AS mithril-signer
14
COPY --from=rustbuilder /code/mithril/target/release/mithril-signer /bin/
0 commit comments