You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Docker image runs as root by default.
This can lead to potential privilege escalation risks and also generates warnings in container logs.
Would it be possible to adjust the image so it runs as a non-root user by default? This would improve security best practices and make the container more compliant for production environments.