From 30388d58eaed8e378df0b2d77d2d688571d99f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:23:19 +0000 Subject: [PATCH] Update golang:latest Docker digest to 829eff9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf72546..e475b30 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:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a as builder +FROM golang:latest@sha256:829eff99a4b2abffe68f6a3847337bf6455d69d17e49ec1a97dac78834754bd6 as builder ARG TARGETOS ARG TARGETARCH ARG BUILD_FLAGS=""