Skip to content

Commit c4e80fe

Browse files
authored
Merge pull request #103 from blinklabs-io/chore/deps
chore(deps): update external docker dependencies
2 parents cf07caa + 1af235e commit c4e80fe

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
@@ -28,8 +28,8 @@ COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
2828
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
2929
COPY --from=ghcr.io/blinklabs-io/cardano-cli:8.17.0.0 /usr/local/bin/cardano-cli /usr/local/bin/
3030
COPY --from=ghcr.io/blinklabs-io/mithril-client:0.5.5-1 /bin/mithril-client /usr/local/bin/
31-
COPY --from=ghcr.io/blinklabs-io/nview:0.7.0 /bin/nview /usr/local/bin/
32-
COPY --from=ghcr.io/blinklabs-io/txtop:0.2.1 /bin/txtop /usr/local/bin/
31+
COPY --from=ghcr.io/blinklabs-io/nview:0.7.1 /bin/nview /usr/local/bin/
32+
COPY --from=ghcr.io/blinklabs-io/txtop:0.5.0 /bin/txtop /usr/local/bin/
3333
COPY bin/ /usr/local/bin/
3434
COPY config/ /opt/cardano/config/
3535
RUN apt-get update -y && \

0 commit comments

Comments
 (0)