Skip to content

Commit

Permalink
chore(deps): Bump blinklabs-io/txtop from 0.11.2 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [blinklabs-io/txtop](https://github.com/blinklabs-io/txtop) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/blinklabs-io/txtop/releases)
- [Commits](blinklabs-io/txtop@v0.11.2...v0.12.0)

---
updated-dependencies:
- dependency-name: blinklabs-io/txtop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 7b41a72 commit 6d3fb91
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 @@ -25,7 +25,7 @@ FROM ghcr.io/blinklabs-io/cardano-configs:20241028-1 AS cardano-configs
FROM ghcr.io/blinklabs-io/mithril-client:0.9.15-1 AS mithril-client
FROM ghcr.io/blinklabs-io/mithril-signer:0.2.200-1 AS mithril-signer
FROM ghcr.io/blinklabs-io/nview:0.10.2 AS nview
FROM ghcr.io/blinklabs-io/txtop:0.11.2 AS txtop
FROM ghcr.io/blinklabs-io/txtop:0.12.0 AS txtop

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

Check warning on line 31 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 6d3fb91

Please sign in to comment.