Skip to content

Commit d5b4ff8

Browse files
Bump golang from 1.23.6-alpine to 1.25.0-alpine in /ipu-plugin/images (#470)
Bumps golang from 1.23.6-alpine to 1.25.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 789f9fc commit d5b4ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipu-plugin/images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# Copyright (c) 2024 Intel Corporation
3-
FROM golang:1.23.6-alpine@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS builder
3+
FROM golang:1.25.0-alpine@sha256:72a77777b4d52d80820a9b5828c06cca1cd3c24721b6ca25b0269b5f6fb00daa AS builder
44
RUN apk add --no-cache git
55
ARG TARGETOS
66
ARG TARGETARCH

0 commit comments

Comments
 (0)