Skip to content

Commit

Permalink
Merge pull request #62 from blinklabs-io/feat/upgrade-nview
Browse files Browse the repository at this point in the history
feat: upgrade nview to 0.4.0
  • Loading branch information
wolf31o2 authored Sep 6, 2023
2 parents 0739817 + f874758 commit 8be7315
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.1.0 /usr/local/bin/nview /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/mithril-client:0.3.38-1 /usr/local/bin/mithril-client /usr/local/bin/
COPY bin/ /usr/local/bin/
COPY config/ /opt/cardano/config/
Expand Down

0 comments on commit 8be7315

Please sign in to comment.