From 304eca2ef247a855bfc1270049a1837aaf370393 Mon Sep 17 00:00:00 2001 From: hex Date: Fri, 18 Jul 2025 16:23:32 +0200 Subject: [PATCH] fix: bump rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bbc441..75e6929 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79 as compile +FROM rust:1.88 as compile WORKDIR /build