From 79d4968b59626c2994c5c120f0d31a536e855492 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 27 Oct 2021 15:22:27 +0200 Subject: [PATCH] bump dockerfile to 1.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc1afce..e019d08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.16 as builder +FROM golang:1.17 as builder WORKDIR /workspace # Copy the Go Modules manifests