Switch reqwest to rustls, bump Rust to 1.85
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
native-tls 0.2.17 fails to compile with Rust 1.84+ (TLSv1.3 exhaustive match). Using rustls avoids openssl dependency entirely. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Этап сборки
|
||||
FROM rust:1.84 as builder
|
||||
FROM rust:1.85 as builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN cargo build --release
|
||||
|
||||
Reference in New Issue
Block a user