Skip to content

Commit 5a1bf0d

Browse files
authored
Merge pull request #66 from miscord-dev/renovate/golang-1.x
Update golang Docker tag to v1.20
2 parents fd8f883 + ea5bfc0 commit 5a1bf0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tetrad.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
RUN apt-get update && \
55
apt-get install -y --no-install-recommends xz-utils && \
@@ -8,7 +8,7 @@ RUN apt-get update && \
88
mv ./zig-*/ /zig/
99

1010
# 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
1212

1313
RUN apt-get update && \
1414
apt-get install -y --no-install-recommends xz-utils && \
@@ -73,7 +73,7 @@ COPY Makefile Makefile
7373
RUN GOOS=linux GOARCH=${TARGETARCH} make cni-plugins
7474

7575
# Fetch CNI plugins
76-
FROM golang:1.19 AS plugins
76+
FROM golang:1.20 AS plugins
7777

7878
WORKDIR /workspace
7979
COPY aqua.yaml aqua.yaml

0 commit comments

Comments
 (0)