From 97df268d2e2d8eda2f1469ec093c214945334f85 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 21 Oct 2024 17:15:53 -0400 Subject: [PATCH] feat: mithril 2442.0 Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ca12e6..ec62563 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM rust:bookworm AS rustbuilder -ARG MITHRIL_VERSION=2437.1 +ARG MITHRIL_VERSION=2442.0 ENV MITHRIL_VERSION=${MITHRIL_VERSION} WORKDIR /code RUN echo "Building tags/${MITHRIL_VERSION}..." \