Skip to content

Commit

Permalink
chore(deps): Bump blinklabs-io/cardano-configs (#32)
Browse files Browse the repository at this point in the history
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](blinklabs-io/docker-cardano-configs@v20240515-2...v20240702-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>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent a0bc6d3 commit ebaca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit ebaca77

Please sign in to comment.