Fix Dockerfile: bump Rust 1.79 -> 1.85 (edition2024 support)
Some checks failed
CI — P1 Route (Rust) / test (push) Failing after 7m12s

This commit is contained in:
2026-03-01 17:44:41 +00:00
parent 435b5b1a3b
commit 00db59ff83

View File

@@ -1,5 +1,5 @@
# P1: dd0c/route — Rust multi-binary (proxy, api, worker) # P1: dd0c/route — Rust multi-binary (proxy, api, worker)
FROM rust:1.79-slim AS builder FROM rust:1.85-slim AS builder
WORKDIR /app WORKDIR /app
RUN apt-get update && apt-get install -y pkg-config libssl-dev && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
COPY Cargo.toml Cargo.lock* ./ COPY Cargo.toml Cargo.lock* ./