From 1cab32ca144d46a61ef715cd56c6c7d3eb36e058 Mon Sep 17 00:00:00 2001 From: EarnCoinPool <83303972+EarnCoinPool@users.noreply.github.com> Date: Mon, 5 May 2025 12:06:16 -0500 Subject: [PATCH] feat: mithril v2517.0 New Mainnet Version of Mithril --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a223bce..98843b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM rust:bookworm AS rustbuilder -ARG MITHRIL_VERSION=2513.0 +ARG MITHRIL_VERSION=2517.0 ENV MITHRIL_VERSION=${MITHRIL_VERSION} WORKDIR /code RUN echo "Building tags/${MITHRIL_VERSION}..." \