From 6bffa6790b74e77e5fb59a8a81bda598bdb96a73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:14:19 +0000 Subject: [PATCH] fix(deps): update rust docker tag to v1.98.1 --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 36eddc00..51df2b05 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.97.0-trixie +FROM rust:1.98.1-trixie RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131 diff --git a/Dockerfile b/Dockerfile index ee46fa29..c5308cc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx -FROM --platform=$BUILDPLATFORM rust:1.97.0-trixie AS builder +FROM --platform=$BUILDPLATFORM rust:1.98.1-trixie AS builder COPY --from=xx / /