Skip to content

Commit c1083fb

Browse files
copyleftdevclaude
andcommitted
fix(docker): update Rust version for edition 2024 support
The project uses Rust edition 2024 which requires Rust 1.85+. Updated the Dockerfile from rust:1.75 to rust:1.85. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2a27dc1 commit c1083fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

33
WORKDIR /app
44
COPY Cargo.toml Cargo.lock ./

0 commit comments

Comments
 (0)