Skip to content

Commit

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

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

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 Dec 23, 2024
1 parent d0247fd commit d1961f2
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.10.5-1 AS mithril-client
FROM ghcr.io/blinklabs-io/mithril-signer:0.2.221-1 AS mithril-signer
FROM ghcr.io/blinklabs-io/nview:0.10.3 AS nview
FROM ghcr.io/blinklabs-io/txtop:0.12.0 AS txtop
FROM ghcr.io/blinklabs-io/txtop:0.12.1 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 d1961f2

Please sign in to comment.