fix: upgrade builder to rust:1.94-slim-bookworm

This commit is contained in:
Claude 2026-03-19 10:46:37 +00:00
parent 4e8aa1614e
commit f6e6d1f8a3
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
# ── Build stage ─────────────────────────────────────────────────────────────── # ── Build stage ───────────────────────────────────────────────────────────────
FROM rust:1.77-slim-bookworm AS builder FROM rust:1.94-slim-bookworm AS builder
WORKDIR /build WORKDIR /build