From 844989587be21a213b6ba1b7c8b59511da3e1fd1 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:58:41 -0700 Subject: [PATCH] fix(ci): use rust:1-slim-bookworm (latest stable, needs 1.88+) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cdd0ac..35f3966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.86-slim-bookworm AS builder +FROM rust:1-slim-bookworm AS builder WORKDIR /app