From 5d548c3a01ba3014685edd1171b02ef27211aa5e Mon Sep 17 00:00:00 2001 From: John Kjell Date: Tue, 1 Oct 2024 15:19:52 -0400 Subject: [PATCH] We really do need root (#14) Signed-off-by: John Kjell --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be2ec66..6c4c1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN go build -o bin/software FROM cgr.dev/chainguard/static@sha256:676e989769aa9a5254fbfe14abb698804674b91c4d574bb33368d87930c5c472 -#USER root +USER root COPY --from=builder /build/bin/software /software