From ce5e41f51ecd4535153690fa758f45aaf529a732 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:10:33 +0000 Subject: [PATCH] Update docker.io/library/rust Docker tag to v1.98.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- kbs/docker/kbs-client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbs/docker/kbs-client/Dockerfile b/kbs/docker/kbs-client/Dockerfile index 68167bff06..10eec57c67 100644 --- a/kbs/docker/kbs-client/Dockerfile +++ b/kbs/docker/kbs-client/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.85.1 AS builder +FROM docker.io/library/rust:1.98.0 AS builder ARG ARCH=x86_64 WORKDIR /usr/src/kbs