Skip to content

Commit

Permalink
Update golang Docker tag to v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent fd8f883 commit ea5bfc0
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 ea5bfc0

Please sign in to comment.