Skip to content

Commit

Permalink
chore(deps): Bump blinklabs-io/cardano-configs (#69)
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 20240725-1 to 20241028-1.
- [Release notes](https://github.com/blinklabs-io/docker-cardano-configs/releases)
- [Commits](blinklabs-io/docker-cardano-configs@v20240725-1...v20241028-1)

---
updated-dependencies:
- dependency-name: blinklabs-io/cardano-configs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 7f54026 commit bef65cc
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 @@ -26,7 +26,7 @@ RUN echo "Building ${DBSYNC_REF}..." \
&& rm -rf /code/cardano-db-sync/dist-newstyle/ \
&& rm -rf /root/.cabal/store/ghc-${GHC_VERSION}

FROM ghcr.io/blinklabs-io/cardano-configs:20240725-1 AS cardano-configs
FROM ghcr.io/blinklabs-io/cardano-configs:20241028-1 AS cardano-configs

FROM debian:bookworm-slim AS cardano-db-sync
ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"

Check warning on line 32 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-amd64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Expand Down

0 comments on commit bef65cc

Please sign in to comment.