From 29202a3e9c4d4e649251ac8ba7fb7f3648d31d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:14:05 +0000 Subject: [PATCH] chore(deps): update rust --- distribution/docker/alpine.Dockerfile | 2 +- distribution/docker/debian.Dockerfile | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/docker/alpine.Dockerfile b/distribution/docker/alpine.Dockerfile index 7c274b72..07fe36f3 100644 --- a/distribution/docker/alpine.Dockerfile +++ b/distribution/docker/alpine.Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. ###### BINARY BUILD -FROM rust:1.97-alpine3.23 AS build +FROM rust:1.98-alpine3.23 AS build RUN apk upgrade && apk add --no-cache \ git \ diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index f0af8382..b1c6f29b 100644 --- a/distribution/docker/debian.Dockerfile +++ b/distribution/docker/debian.Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.97-slim-trixie AS build +FROM rust:1.98-slim-trixie AS build ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d335b612..b69f6866 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -14,7 +14,7 @@ # limitations under the License. [toolchain] -channel = "1.97" +channel = "1.98" profile = "minimal" components = [ "rustc",