From 97c7e7f63f22065196aeae5c448875d33ab36eae Mon Sep 17 00:00:00 2001 From: EarnCoinPool <83303972+EarnCoinPool@users.noreply.github.com> Date: Tue, 6 May 2025 14:05:46 -0500 Subject: [PATCH] feat: mithril v2517.1 New version of Mithril --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98843b7..6a560ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM rust:bookworm AS rustbuilder -ARG MITHRIL_VERSION=2517.0 +ARG MITHRIL_VERSION=2517.1 ENV MITHRIL_VERSION=${MITHRIL_VERSION} WORKDIR /code RUN echo "Building tags/${MITHRIL_VERSION}..." \