Skip to content

Commit 4b0c944

Browse files
copyleftdevclaude
andcommitted
fix(docker): use latest Rust image for bleeding-edge dependencies
Some dependencies require Rust 1.88+. Use rust:latest to ensure compatibility with the newest dependency requirements. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c1083fb commit 4b0c944

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.85-bookworm AS builder
1+
FROM rust:latest AS builder
22

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

0 commit comments

Comments
 (0)