From c7508f8bed0b1b5a20c396254cf55abb7faec19a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 06:38:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20rust=20Docker=20t?= =?UTF-8?q?ag=20to=20v1.95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b977fe..175ae08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Rust image as the builder stage -FROM rust:1.94-slim AS builder +FROM rust:1.95-slim AS builder # Install build dependencies RUN apt-get update && apt-get install -y \