diff --git a/Dockerfile b/Dockerfile index 04e7b02fb..d1c984492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Build the manager binary -FROM golang:1.19.1 as builder +FROM docker.io/library/golang:1.19.1 as builder WORKDIR /workspace # Copy the Go Modules manifests