Skip to content

Commit

Permalink
feat: bump nview to 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Sep 24, 2023
1 parent 1a901da commit a6ac0ff
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 @@ -29,7 +29,7 @@ ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
COPY --from=ghcr.io/blinklabs-io/nview:0.4.0 /usr/local/bin/nview /usr/local/bin/
COPY --from=ghcr.io/blinklabs-io/nview:0.5.0 /bin/nview /usr/local/bin/
COPY --from=ghcr.io/blinklabs-io/mithril-client:0.3.38-2 /usr/local/bin/mithril-client /usr/local/bin/
COPY bin/ /usr/local/bin/
COPY config/ /opt/cardano/config/
Expand Down

0 comments on commit a6ac0ff

Please sign in to comment.