From f9581ce2882cb105646c6aa7112d8491df0a61e3 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:08:58 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20golang=20(?= =?UTF-8?q?=20f43c6f0=20=E2=86=92=20969349b=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 a8559744..7b32ea5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as builder +FROM golang:1.22@sha256:969349b8121a56d51c74f4c273ab974c15b3a8ae246a5cffc1df7d28b66cf978 as builder ARG TARGETOS ARG TARGETARCH