From 54d5449e2db53470f3c680b59b49f64086c10237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:48:17 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.92 --- Dockerfile | 2 +- Dockerfile.custom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1341259..b1a1f37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM rust:1.85 AS builder +FROM rust:1.92 AS builder RUN apt-get update && apt-get install diff --git a/Dockerfile.custom b/Dockerfile.custom index dcf4a69..69108b4 100644 --- a/Dockerfile.custom +++ b/Dockerfile.custom @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.85 AS builder +FROM rust:1.92 AS builder ARG VERSION_ARG="0.0" WORKDIR /app