From 7d43980e1a66ac4455ce30f15c7996404ffbf279 Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 05:02:55 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20image=20golang=20(?= =?UTF-8?q?=2039389c7=20=E2=86=92=20291e6f0=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 1cd1aa84..a00bb153 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.21@sha256:39389c76f52d7424b51fc45c84c7274a6b17a872f86d9e3b791c07c0052f3f4d as builder +FROM golang:1.21@sha256:291e6f0068b34749cf2a7c64322b158bdfb60393c29cfea354a1a7495ff39471 as builder ARG TARGETOS ARG TARGETARCH