From f4ffc3ef27842788b5d018a1a1010f8794fecb26 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:52:45 -0700 Subject: [PATCH] fix(ci): bump Rust to 1.86 for sha1 0.11 edition 2024 compat --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2198f2b..8cdd0ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.82-slim-bookworm AS builder +FROM rust:1.86-slim-bookworm AS builder WORKDIR /app