From ffbbdeed0e8b3a7db6323fd53b66f2e7cc930d34 Mon Sep 17 00:00:00 2001
From: Manjunath A Kumatagi <mkumatag@in.ibm.com>
Date: Tue, 22 Feb 2022 14:55:26 +0530
Subject: [PATCH] update golang version in the dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 240821071..886efd166 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Build the manager binary
-FROM golang:1.17.5 as builder
+FROM golang:1.17.7 as builder
 
 WORKDIR /workspace
 # Copy the Go Modules manifests