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/
30
30
COPY --from=cardano-node-build /usr/local/include/ /usr/local/include/
31
31
COPY --from=cardano-node-build /root/.local/bin/cardano-* /usr/local/bin/
32
32
COPY --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/
34
34
COPY bin/ /usr/local/bin/
35
35
COPY config/ /opt/cardano/config/
36
36
RUN apt-get update -y && \
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ before following.
161
161
The power in using ` run ` is being able to configure the node's behavior to
162
162
provide the correct type of service.
163
163
164
- This behavior can be changes via the following environment variables:
164
+ This behavior can be changed via the following environment variables:
165
165
166
166
- ` CARDANO_CONFIG_BASE `
167
167
- A directory which contains configuration files (default:
You can’t perform that action at this time.
0 commit comments