From 3c20b045dd005e86916944c5c99ff6a341956009 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:10:42 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20golang=20(?= =?UTF-8?q?=20a66eda6=20=E2=86=92=203589439=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 05828a09..81b9a4e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:a66eda637829ce891e9cf61ff1ee0edf544e1f6c5b0e666c7310dce231a66f28 as builder +FROM golang:1.22@sha256:3589439790974ec05491b66b656bf1048d0f50dd010a903463e3156ba1fc26de as builder ARG TARGETOS ARG TARGETARCH