diff --git a/Dockerfile b/Dockerfile index 4cfceba30..685544d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19 as builder +FROM quay.io/projectquay/golang:1.20 as builder # Copy the contents of the repository ADD . /workspace/go/src/github.com/csi-addons/kubernetes-csi-addons diff --git a/build/Containerfile.sidecar b/build/Containerfile.sidecar index a9b8c584e..41390304d 100644 --- a/build/Containerfile.sidecar +++ b/build/Containerfile.sidecar @@ -1,5 +1,5 @@ # Build the sidecar binary -FROM golang:1.19 as builder +FROM quay.io/projectquay/golang:1.20 as builder # Copy the contents of the repository ADD . /workspace/go/src/github.com/csi-addons/kubernetes-csi-addons