Drop root privileges in container
All threads resolved!
All threads resolved!
Compare changes
+ 4
− 1
@@ -5,6 +5,9 @@ WORKDIR /app
@@ -13,7 +16,7 @@ RUN pip uninstall --yes pipenv
Through this MR, the image does not run anymore as UID 0, which should improve (perceived) security and remove some nagging by i.e uWSGI.
To be tested: