From a538e02b8f005224702dd1f706a83371320c8219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 22:34:19 +0000 Subject: [PATCH] Bump golang from 1.22.5-alpine to 1.23.5-alpine in /ipu-plugin/images Bumps golang from 1.22.5-alpine to 1.23.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... 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 704bae33..411b7da4 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.22.5-alpine@sha256:0d3653dd6f35159ec6e3d10263a42372f6f194c3dea0b35235d72aabde86486e AS builder +FROM golang:1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS builder RUN apk add --no-cache git ARG TARGETOS ARG TARGETARCH