Skip to content

Commit 8e46809

Browse files
authored
feat: version bump mithril to v2412.0 (#27)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 54750ab commit 8e46809

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM rust:bookworm AS rustbuilder
2-
ARG MITHRIL_VERSION=2408.0
2+
ARG MITHRIL_VERSION=2412.0
33
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
44
WORKDIR /code
55
RUN echo "Building tags/${MITHRIL_VERSION}..." \
@@ -10,6 +10,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \
1010

1111
FROM debian:bookworm-slim as mithril-client
1212
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
13+
COPY config/ /opt/cardano/config/
1314
RUN apt-get update -y \
1415
&& apt-get install -y \
1516
ca-certificates \

config/mainnet/genesis.vkey

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b3139312c36362c3134302c3138352c3133382c31312c3233372c3230372c3235302c3134342c32372c322c3138382c33302c31322c38312c3135352c3230342c31302c3137392c37352c32332c3133382c3139362c3231372c352c31342c32302c35372c37392c33392c3137365d

config/preprod/genesis.vkey

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d

config/preview/genesis.vkey

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d

config/sanchonet/genesis.vkey

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d

0 commit comments

Comments
 (0)