fix: Bump Rust image to 1.85 for edition2024 support
Dependency moxcms requires edition2024 feature, stabilized in Rust 1.85. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Multi-stage build for Corrosion API
|
||||
# Stage 1: Build the Rust binary
|
||||
FROM rust:1.84-alpine AS builder
|
||||
FROM rust:1.85-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev pkgconfig openssl-dev openssl-libs-static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user