From 677cc334afbca45d0759e6480fd2dc3c17222d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:09:15 +0000 Subject: [PATCH] Bump golang from 1.25.0-alpine to 1.25.3-alpine in /ipu-plugin/images Bumps golang from 1.25.0-alpine to 1.25.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ipu-plugin/images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipu-plugin/images/Dockerfile b/ipu-plugin/images/Dockerfile index 60e47af3..57c6e0d9 100644 --- a/ipu-plugin/images/Dockerfile +++ b/ipu-plugin/images/Dockerfile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2024 Intel Corporation -FROM golang:1.25.0-alpine@sha256:72a77777b4d52d80820a9b5828c06cca1cd3c24721b6ca25b0269b5f6fb00daa AS builder +FROM golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS builder RUN apk add --no-cache git ARG TARGETOS ARG TARGETARCH