Skip to content

Commit

Permalink
We really do need root (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell authored Oct 1, 2024
1 parent c94240a commit 5d548c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d548c3

Please sign in to comment.