From aa4927076c929f3247c79eafc042aa3cd68d60ce Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 21:08:39 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20golang=20(?= =?UTF-8?q?=201.22=20=E2=86=92=201.23=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | golang | 1.22 | 1.23 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f14f9e3..730a4d38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:945c798aafa0a5ce1a324de4f3a74ebd84c1455680e2f2362a185bc7c7847010 as builder +FROM golang:1.23@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb as builder ARG TARGETOS ARG TARGETARCH