From 16eab6c67f608d0d90705b983eeeeada8ab22c0c Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 14 Apr 2022 13:05:34 +0300 Subject: [PATCH] Dockerfile: update builder image to Go v1.18.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10aba574..20fff35e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG BASE_IMAGE_FULL ARG BASE_IMAGE_MINIMAL # Build the manager biinary -FROM golang:1.18.0-buster as builder +FROM golang:1.18.1-buster as builder WORKDIR /workspace # Copy the Go Modules manifests