From 132ef0c42fe1a2e3368aa97c235e81f359bf1a5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:52:28 +0000 Subject: [PATCH] Update golang:latest Docker digest to d6bdb04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b35c110..63db2fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build a go app into a minimal docker image with timezone support and SSL cert chains. -FROM golang:latest@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e as builder +FROM golang:latest@sha256:d6bdb04c3109d29739c19566092e63b469d4cdf193df206fadf286aa4a549ba6 as builder ARG TARGETOS ARG TARGETARCH ARG BUILD_FLAGS=""