File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
3030COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
3131COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
3232COPY --from=ghcr.io/blinklabs-io/nview:0.5.0 /bin/nview /usr/local/bin/
33- COPY --from=ghcr.io/blinklabs-io/mithril-client:0.3.38-2 /usr/local /bin/mithril-client /usr/local/bin/
33+ COPY --from=ghcr.io/blinklabs-io/mithril-client:0.4.2-1 /bin/mithril-client /usr/local/bin/
3434COPY bin/ /usr/local/bin/
3535COPY config/ /opt/cardano/config/
3636RUN apt-get update -y && \
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ before following.
161161The power in using ` run ` is being able to configure the node's behavior to
162162provide the correct type of service.
163163
164- This behavior can be changes via the following environment variables:
164+ This behavior can be changed via the following environment variables:
165165
166166- ` CARDANO_CONFIG_BASE `
167167 - A directory which contains configuration files (default:
You can’t perform that action at this time.
0 commit comments