File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Download zig for builarch amd64
2
- FROM --platform=$BUILDPLATFORM golang:1.19 AS zigdownloader-amd64
2
+ FROM --platform=$BUILDPLATFORM golang:1.20 AS zigdownloader-amd64
3
3
4
4
RUN apt-get update && \
5
5
apt-get install -y --no-install-recommends xz-utils && \
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
8
mv ./zig-*/ /zig/
9
9
10
10
# Download zig for builarch arm64
11
- FROM --platform=$BUILDPLATFORM golang:1.19 AS zigdownloader-arm64
11
+ FROM --platform=$BUILDPLATFORM golang:1.20 AS zigdownloader-arm64
12
12
13
13
RUN apt-get update && \
14
14
apt-get install -y --no-install-recommends xz-utils && \
@@ -73,7 +73,7 @@ COPY Makefile Makefile
73
73
RUN GOOS=linux GOARCH=${TARGETARCH} make cni-plugins
74
74
75
75
# Fetch CNI plugins
76
- FROM golang:1.19 AS plugins
76
+ FROM golang:1.20 AS plugins
77
77
78
78
WORKDIR /workspace
79
79
COPY aqua.yaml aqua.yaml
You can’t perform that action at this time.
0 commit comments