From c68e21a80430cb8b72afbe4c95631f47673e330d Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:09:21 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20golang=20(?= =?UTF-8?q?=20e4292ae=20=E2=86=92=20fcae9e0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d75f91d0..461483d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:e4292aeda6e15a875bd602d1c539bada547b72b04bce769dd32ac833337eb4bf as builder +FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a as builder ARG TARGETOS ARG TARGETARCH