fix(ci): use rust:1-slim-bookworm (latest stable, needs 1.88+)
Build and Push / Test (push) Successful in 2m50s
Build and Push / Build and push image (push) Failing after 1m20s

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