From 0afadcee6c19ef18efa69e117958fb11b3887727 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Fri, 13 May 2022 13:21:59 +0530 Subject: [PATCH] Update the golang version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 496090ee8..add04d8ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.17.9 as builder +FROM golang:1.17.10 as builder WORKDIR /workspace # Copy the Go Modules manifests