fix: bump Rust builder to 1.88 (darling 0.23 MSRV)

This commit is contained in:
anoracleofra-code
2026-03-26 17:58:58 -06:00
parent c30a1a5578
commit c6fc47c2c5
2 changed files with 80 additions and 114 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ---- Stage 1: Compile privacy-core Rust library ----
FROM rust:1.87-slim-bookworm AS rust-builder
FROM rust:1.88-slim-bookworm AS rust-builder
RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config libssl-dev \