[go: nahoru, domu]

Skip to content

Commit

Permalink
use non root user
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Sch <sebassch@gmail.com>
  • Loading branch information
SchSeba committed Mar 13, 2024
1 parent c0bece6 commit 0b9dd54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --update --virtual build-dependencies build-base bash && \
make

FROM alpine:3.11
USER 1001
COPY --from=builder /usr/src/network-resources-injector/bin/webhook /usr/bin/
COPY --from=builder /usr/src/network-resources-injector/bin/installer /usr/bin/

Expand Down

0 comments on commit 0b9dd54

Please sign in to comment.