Skip to content

Commit

Permalink
Merge pull request #66 from miscord-dev/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.20
  • Loading branch information
tsuzu authored Aug 5, 2023
2 parents fd8f883 + ea5bfc0 commit 5a1bf0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tetrad.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Download zig for builarch amd64
FROM --platform=$BUILDPLATFORM golang:1.19 AS zigdownloader-amd64
FROM --platform=$BUILDPLATFORM golang:1.20 AS zigdownloader-amd64

RUN apt-get update && \
apt-get install -y --no-install-recommends xz-utils && \
Expand All @@ -8,7 +8,7 @@ RUN apt-get update && \
mv ./zig-*/ /zig/

# Download zig for builarch arm64
FROM --platform=$BUILDPLATFORM golang:1.19 AS zigdownloader-arm64
FROM --platform=$BUILDPLATFORM golang:1.20 AS zigdownloader-arm64

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

# Fetch CNI plugins
FROM golang:1.19 AS plugins
FROM golang:1.20 AS plugins

WORKDIR /workspace
COPY aqua.yaml aqua.yaml
Expand Down

0 comments on commit 5a1bf0d

Please sign in to comment.