From 94571c926f0689d0f1e9e5cea8628a41878f763a Mon Sep 17 00:00:00 2001 From: ivulit Date: Mon, 23 Feb 2026 17:14:01 +0300 Subject: [PATCH] Bump Rust builder to 1.88 (required by time crate) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 662ec22..2725aac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \