We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d98029 commit eb9100dCopy full SHA for eb9100d
Dockerfile
@@ -5,7 +5,7 @@
5
##
6
7
# Cross compile from native platform to target arch
8
-FROM --platform=$BUILDPLATFORM golang:1.22-alpine as go
+FROM --platform=$BUILDPLATFORM golang:1.23-alpine as go
9
WORKDIR /build
10
COPY --link go.mod go.sum .
11
COPY --link ./proxy-init ./proxy-init
Dockerfile-cni-plugin
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.4
2
3
4
COPY --link go.mod go.sum ./
COPY --link ./cni-plugin ./cni-plugin
0 commit comments