From fac39a9a56dbdb5df712d310cdec315b92c2982e Mon Sep 17 00:00:00 2001 From: MIHIR SHAH Date: Tue, 28 Jun 2022 13:03:27 -0400 Subject: [PATCH] fix: Update to latest version of golang 1.17 (#27) Signed-off-by: Mihir Shah --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fad0e12..68beb11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM docker.io/library/golang:1.17.6 as builder +FROM golang:1.17 as builder WORKDIR /workspace # Copy the Go Modules manifests