Bump Rust builder to 1.88 (required by time crate)

This commit is contained in:
ivulit 2026-02-23 17:14:01 +03:00
parent 8658e37cae
commit 94571c926f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# ==========================
# Stage 1: Build
# ==========================
FROM rust:1.85-slim-bookworm AS builder
FROM rust:1.88-slim-bookworm AS builder
RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config \