diff --git a/Dockerfile b/Dockerfile index a85150a..e8d21d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # ──────────────────────────────── # Basic image # ──────────────────────────────── -FROM lukemathwalker/cargo-chef:0.1.75-rust-1.93.1-alpine AS chef +FROM lukemathwalker/cargo-chef:0.1.77-rust-1.94.0-alpine AS chef WORKDIR /app # ────────────────────────────────