From fc35f5e303643f736d5b884d651d28ec298dafbc Mon Sep 17 00:00:00 2001 From: joshvanl Date: Sat, 30 Apr 2022 14:41:56 +0100 Subject: [PATCH] Updates Dockerfile go version to v1.18 Signed-off-by: joshvanl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b03c4a18..ffbf211c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the approver-policy binary -FROM docker.io/library/golang:1.17 as builder +FROM docker.io/library/golang:1.18 as builder WORKDIR /workspace # Copy the Go Modules manifests