Skip to content

Commit

Permalink
fix: use nobody user
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 authored Oct 25, 2024
1 parent 0d79a6b commit 1c48731
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 @@ -13,4 +13,4 @@ USER root

RUN apt update && apt install --yes gpg ncftp

USER 1001
USER 65534 # nobody

0 comments on commit 1c48731

Please sign in to comment.