Run the container as a non-root user #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Dockerfile runs the process as root. The proxy needs no root privileges at runtime (ports 110/25 are published via the host mapping, not bound inside a restricted namespace requiring CAP_NET_BIND_SERVICE in the default Docker config — confirm during implementation).
Fix:
Acceptance: