From 04075963f086a617dfd4f6249c35fa0192ce8afa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 15:05:52 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.98 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87a65df0..61631e39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # Stage 1: Build environment # Using official Rust image with Alpine for smaller base # ----------------------------------------------------------------------------- -FROM rust:1.97-alpine AS builder +FROM rust:1.98-alpine AS builder # Build arguments for flexibility ARG TARGETPLATFORM