We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a67452 commit a362544Copy full SHA for a362544
Dockerfile
@@ -29,7 +29,7 @@ ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
29
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
30
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
31
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
32
-COPY --from=ghcr.io/blinklabs-io/nview:0.6.0 /bin/nview /usr/local/bin/
+COPY --from=ghcr.io/blinklabs-io/nview:0.6.1 /bin/nview /usr/local/bin/
33
COPY --from=ghcr.io/blinklabs-io/mithril-client:0.4.2-1 /bin/mithril-client /usr/local/bin/
34
COPY bin/ /usr/local/bin/
35
COPY config/ /opt/cardano/config/
0 commit comments