Skip to content

Commit 4daa742

Browse files
build(deps): Bump blinklabs-io/cardano-configs (#9)
Bumps [blinklabs-io/cardano-configs](https://github.com/blinklabs-io/docker-cardano-configs) from 20241028-1 to 20250213-1. - [Release notes](https://github.com/blinklabs-io/docker-cardano-configs/releases) - [Commits](blinklabs-io/docker-cardano-configs@v20241028-1...v20250213-1) --- updated-dependencies: - dependency-name: blinklabs-io/cardano-configs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aff2755 commit 4daa742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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:20241028-1 AS cardano-configs
11+
FROM ghcr.io/blinklabs-io/cardano-configs:20250213-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)