Skip to content

Commit 24c444c

Browse files
authored
Chore: Mithril v2543.1-hotfix (#38)
Chore: Mithril v2543.1-hotfix. This version fixes a bug in the 2543.0 distribution which can prevent the Mithril signer to sign when (re)started. Signed-off-by: EarnCoinPool <[email protected]>
1 parent 8b2aff0 commit 24c444c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM rust:bookworm AS rustbuilder
2-
ARG MITHRIL_VERSION=2543.0
2+
ARG MITHRIL_VERSION=2543.1-hotfix
33
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
44
WORKDIR /code
55
RUN echo "Building tags/${MITHRIL_VERSION}..." \

0 commit comments

Comments
 (0)