From 232a12138c51e7e7f22291d02b31b10b67f76851 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:09:24 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20golang=20(?= =?UTF-8?q?=20fcae9e0=20=E2=86=92=20829eff9=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 969f144e..1d628de2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a as builder +FROM golang:1.22@sha256:829eff99a4b2abffe68f6a3847337bf6455d69d17e49ec1a97dac78834754bd6 as builder ARG TARGETOS ARG TARGETARCH