Skip to content

Commit 2b7b242

Browse files
EstrellaXDclaude
andcommitted
fix: bump Rust image to 1.85 for edition2024 support
The time crate v0.3.47 requires Rust edition 2024 which needs Cargo 1.85+. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76ea2d7 commit 2b7b242

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npm ci
66
COPY frontend/ .
77
RUN npm run build
88

9-
FROM rust:1.83-slim AS backend
9+
FROM rust:1.85-slim AS backend
1010

1111
WORKDIR /build
1212

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83-slim AS builder
1+
FROM rust:1.85-slim AS builder
22

33
WORKDIR /build
44

0 commit comments

Comments
 (0)