Skip to content

Commit a70532e

Browse files
Jonathan D.A. Jewellclaude
andcommitted
Use Rust 1.85 for edition2024 support
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b915303 commit a70532e

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
@@ -4,7 +4,7 @@
44
# Multi-stage Dockerfile for Project Wharf
55
# Builds both wharf-cli and yacht-agent binaries
66

7-
FROM rust:1.83-slim-bookworm AS builder
7+
FROM rust:1.85-slim-bookworm AS builder
88

99
WORKDIR /build
1010

0 commit comments

Comments
 (0)