From 27129b986d0bdecbf2c8ee784e2e217e2cbf5a80 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:12:18 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20golang=20(?= =?UTF-8?q?=20a400dc7=20=E2=86=92=208e529b6=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 1778088a..8abb3533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23@sha256:a400dc7e0a82fb3ffef3736d38edf42c3cc36140d5427d65a19c422d07ba60d9 as builder +FROM golang:1.23@sha256:8e529b64d382182bb84f201dea3c72118f6ae9bc01d27190ffc5a54acf0091d2 as builder ARG TARGETOS ARG TARGETARCH