From 623c7ff8283bb4c4efd14ec1f24c3f6bc9a9f6a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:35:59 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f68ae20..a4779d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.21.2 as builder +FROM --platform=$BUILDPLATFORM golang:1.21.3 as builder ARG TARGETOS ARG TARGETARCH