Skip to content

Commit 4f8e99e

Browse files
build(deps): bump golang from 1.24-alpine to 1.25-alpine
Bumps golang from 1.24-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e98a11 commit 4f8e99e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##
66

77
# Cross compile from native platform to target arch
8-
FROM --platform=$BUILDPLATFORM golang:1.25.1-alpine as go
8+
FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine as go
99
WORKDIR /build
1010
COPY --link go.mod go.sum .
1111
COPY --link ./proxy-init ./proxy-init

Dockerfile-cni-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.4
22

33
# Cross compile from native platform to target arch
4-
FROM --platform=$BUILDPLATFORM golang:1.25.1-alpine as go
4+
FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine as go
55
WORKDIR /build
66
COPY --link go.mod go.sum ./
77
COPY --link ./cni-plugin ./cni-plugin

0 commit comments

Comments
 (0)