From 400629bee60aba5368a9344054c1b4e0f618b2f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:46:54 +0000 Subject: [PATCH] chore(dockerfile): update golang docker tag to v1.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd47e23..574cc09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.20.7 as builder +FROM --platform=$BUILDPLATFORM golang:1.21.0 as builder ARG TARGETOS ARG TARGETARCH