Skip to content

Commit eb9100d

Browse files
Bump golang from 1.22-alpine to 1.23-alpine (#415)
Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d98029 commit eb9100d

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.22-alpine as go
8+
FROM --platform=$BUILDPLATFORM golang:1.23-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.22-alpine as go
4+
FROM --platform=$BUILDPLATFORM golang:1.23-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)