fix(ci): use rust:1-slim-bookworm (latest stable, needs 1.88+)

This commit is contained in:
Story Crater Bot
2026-08-23 17:58:41 -07:00
parent 2ffd398ea7
commit 844989587b
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM rust:1.86-slim-bookworm AS builder FROM rust:1-slim-bookworm AS builder
WORKDIR /app WORKDIR /app