From 71223389856d6fdd4404c158c4d845238ea41e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:39:02 +0000 Subject: [PATCH] build(deps): bump ubi9/go-toolset from 1.25 to 9.8 Bumps ubi9/go-toolset from 1.25 to 9.8. --- updated-dependencies: - dependency-name: ubi9/go-toolset dependency-version: '9.8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.odh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6618824151..6e0360ab2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the model-registry binary -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS common +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8 AS common ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.odh b/Dockerfile.odh index 821d5814b6..f290aae3bd 100644 --- a/Dockerfile.odh +++ b/Dockerfile.odh @@ -1,5 +1,5 @@ # Build the model-registry binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.8 AS builder WORKDIR /workspace # Copy the Go Modules manifests and workspace file