Skip to content

Commit 9e55015

Browse files
committed
chore(deps): update external docker dependencies
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 3efddfc commit 9e55015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
3030
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
3131
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
3232
COPY --from=ghcr.io/blinklabs-io/mithril-client:0.5.5-1 /bin/mithril-client /usr/local/bin/
33-
COPY --from=ghcr.io/blinklabs-io/nview:0.6.1 /bin/nview /usr/local/bin/
34-
COPY --from=ghcr.io/blinklabs-io/txtop:0.2.0 /bin/txtop /usr/local/bin/
33+
COPY --from=ghcr.io/blinklabs-io/nview:0.7.1 /bin/nview /usr/local/bin/
34+
COPY --from=ghcr.io/blinklabs-io/txtop:0.5.0 /bin/txtop /usr/local/bin/
3535
COPY bin/ /usr/local/bin/
3636
COPY config/ /opt/cardano/config/
3737
RUN apt-get update -y && \

0 commit comments

Comments
 (0)