Skip to content

Commit

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

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

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 Oct 25, 2024
1 parent 1511bd8 commit c70f88e
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:20240725-1 AS cardano-configs
FROM ghcr.io/blinklabs-io/mithril-client:0.9.12-1 AS mithril-client
FROM ghcr.io/blinklabs-io/mithril-signer:0.2.182-1 AS mithril-signer
FROM ghcr.io/blinklabs-io/nview:0.10.2 AS nview
FROM ghcr.io/blinklabs-io/txtop:0.11.1 AS txtop
FROM ghcr.io/blinklabs-io/txtop:0.11.2 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 c70f88e

Please sign in to comment.