Fix Dockerfile: bump Rust 1.79 -> 1.85 (edition2024 support)
Some checks failed
CI — P1 Route (Rust) / test (push) Failing after 7m12s
Some checks failed
CI — P1 Route (Rust) / test (push) Failing after 7m12s
This commit is contained in:
@@ -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* ./
|
||||||
|
|||||||
Reference in New Issue
Block a user