From ed83e4bd3fc3047957674cd4fb1d223c62c2cf5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:53:04 +0000 Subject: [PATCH] Update rust Docker tag to v1.96.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4be07cb..34518cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.94.1-alpine3.22 AS chef +FROM rust:1.96.0-alpine3.22 AS chef ENV RUSTFLAGS=-Dwarnings WORKDIR /build RUN apk add --no-cache build-base && cargo install cargo-chef