Skip to content

Commit 8a950d5

Browse files
author
John Kjell
committed
Update Dockerfile
Signed-off-by: John Kjell <[email protected]>
1 parent 5447bd8 commit 8a950d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN go build -o bin/software
2020

2121
FROM cgr.dev/chainguard/static@sha256:676e989769aa9a5254fbfe14abb698804674b91c4d574bb33368d87930c5c472
2222

23-
# USER root
23+
USER root
2424

2525
COPY --from=builder /build/bin/software /software
2626

0 commit comments

Comments
 (0)