From 699277c44561870d82174db582a60526aa2efc2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:39:42 +0000 Subject: [PATCH] chore(docker): update docker.io/library/golang:1.23 docker digest to 090de5e --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 745b204..0127789 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd as build +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:090de5ea61eab91f74240d30e5253160c333b34e94a3fea2991746d2e2169513 as build ARG TARGETOS ARG TARGETARCH