From e49ceae1354aaf14797879277f16c58a3850ae26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:52:45 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.93 --- Dockerfile | 2 +- Dockerfile.custom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1341259..cb77634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM rust:1.85 AS builder +FROM rust:1.93 AS builder RUN apt-get update && apt-get install diff --git a/Dockerfile.custom b/Dockerfile.custom index dcf4a69..4fe8baf 100644 --- a/Dockerfile.custom +++ b/Dockerfile.custom @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.85 AS builder +FROM rust:1.93 AS builder ARG VERSION_ARG="0.0" WORKDIR /app