fix(ci): bump Rust to 1.86 for sha1 0.11 edition 2024 compat
Build and Push / Test (push) Successful in 2m45s
Build and Push / Build and push image (push) Failing after 1m10s

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