Fix: Use Rust latest (1.85+) for edition2024 support
Our dependencies (time-core, getrandom, uuid, etc.) now require Rust 1.85+ for edition2024 support. Changes: - Dockerfile.dev: Updated to rust:latest - Dockerfile.prod: Updated to rust:latest for builder stage This resolves the edition2024 compilation errors.
This commit is contained in:
parent
5e20e802f3
commit
860c2dc439
2 changed files with 7 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.83-alpine
|
||||
FROM rust:latest
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache musl-dev pkgconf openssl-dev curl wget git pkgconfig
|
||||
COPY Cargo.toml ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue