Skip to content

Commit 7ee5997

Browse files
authored
chore(deps): use cardano-config 20250917 (#29)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 20ae4e2 commit 7ee5997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
88
&& git checkout tags/${MITHRIL_VERSION} \
99
&& cargo build --release -p mithril-signer
1010

11-
FROM ghcr.io/blinklabs-io/cardano-configs:20250812-1 AS cardano-configs
11+
FROM ghcr.io/blinklabs-io/cardano-configs:20250917-1 AS cardano-configs
1212

1313
FROM debian:bookworm-slim AS mithril-signer
1414
COPY --from=rustbuilder /code/mithril/target/release/mithril-signer /bin/

0 commit comments

Comments
 (0)