From 9ad8d4a21e3c12baa32dd816436512fe3ee6d7e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 03:55:29 +0000 Subject: [PATCH] Update public.ecr.aws/docker/library/golang Docker tag to v1.23.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c549947..b40efe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # with musl. We use debian slim so we can use glibc for best performance. # Start by building the nitriding proxy daemon. -FROM public.ecr.aws/docker/library/golang:1.23.0-bookworm@sha256:31dc846dd1bcca84d2fa231bcd16c09ff271bcc1a5ae2c48ff10f13b039688f3 as go-builder +FROM public.ecr.aws/docker/library/golang:1.23.1-bookworm@sha256:eac972dedeafc7b375b606672c0a453e4697a7eac308a205c5e3907b1eed2ab6 as go-builder RUN CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" -buildvcs=false github.com/brave/nitriding-daemon@v1.4.2