From 45b9ab994c3383f666eae3771b19d161564d0d5e Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:10:34 +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 ddc6e337..1778088a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:d5e49f92b9566b0ddfc59a0d9d85cd8a848e88c8dc40d97e29f306f07c3f8338 as builder +FROM golang:1.23@sha256:a400dc7e0a82fb3ffef3736d38edf42c3cc36140d5427d65a19c422d07ba60d9 as builder ARG TARGETOS ARG TARGETARCH