From 89a4fd87c7a4483a30638ceabc4168a5bd581b9b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 19 Oct 2024 09:56:25 +0000 Subject: [PATCH] chore(deps): update golang:1.23-bullseye docker digest to f99b93e --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65c8c8c..5784206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:ebaf58d74f200c27dce0181203a1347e41b5c159c9aa0517a95bec594aabbde4 AS builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bullseye@sha256:f99b93ea4c5fd245408af86e02270aebdfbc9aff0568944909702d60e420c8d4 AS builder ARG SOURCE_DATE_EPOCH ARG TARGETOS