Nullify-Platform / Logger

Nullify logging library for backend services
https://github.com/Nullify-Platform
0 stars 0 forks source link

Image user should not be 'root' #73

Open nullify-latest[bot] opened 2 months ago

nullify-latest[bot] commented 2 months ago

Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.