diff --git a/Dockerfile b/Dockerfile index c549947..f56bc24 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.4-bookworm@sha256:43885182f74e037bcc92d989f83be37140d1d3847dba530c7733eb22ab3b0175 as go-builder RUN CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" -buildvcs=false github.com/brave/nitriding-daemon@v1.4.2