From ebaca777c50e17bc37112ab898f747fd0bdbb575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:31:22 -0400 Subject: [PATCH] chore(deps): Bump blinklabs-io/cardano-configs (#32) Bumps [blinklabs-io/cardano-configs](https://github.com/blinklabs-io/docker-cardano-configs) from 20240515-2 to 20240702-1. - [Release notes](https://github.com/blinklabs-io/docker-cardano-configs/releases) - [Commits](https://github.com/blinklabs-io/docker-cardano-configs/compare/v20240515-2...v20240702-1) --- updated-dependencies: - dependency-name: blinklabs-io/cardano-configs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 606f3e0..758f92f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \ && git checkout tags/${MITHRIL_VERSION} \ && cargo build --release -p mithril-client-cli -FROM ghcr.io/blinklabs-io/cardano-configs:20240515-2 as cardano-configs +FROM ghcr.io/blinklabs-io/cardano-configs:20240702-1 as cardano-configs FROM debian:bookworm-slim as mithril-client COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/