From 556def9ea70777a87375378b97772e946b146d3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:00:11 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.94 --- Dockerfile | 2 +- Dockerfile.custom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1341259..3f72324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM rust:1.85 AS builder +FROM rust:1.94 AS builder RUN apt-get update && apt-get install diff --git a/Dockerfile.custom b/Dockerfile.custom index dcf4a69..38c65c2 100644 --- a/Dockerfile.custom +++ b/Dockerfile.custom @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.85 AS builder +FROM rust:1.94 AS builder ARG VERSION_ARG="0.0" WORKDIR /app