Skip to content

Commit 167d2d5

Browse files
authored
Merge pull request #71 from blinklabs-io/feat/mithril-0.4.2
feat: bump mithril client to 0.4.2
2 parents a776d3d + b254510 commit 167d2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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/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/
3434
COPY bin/ /usr/local/bin/
3535
COPY config/ /opt/cardano/config/
3636
RUN apt-get update -y && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ before following.
161161
The power in using `run` is being able to configure the node's behavior to
162162
provide 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:

0 commit comments

Comments
 (0)