Drop root privileges in container
All threads resolved!
All threads resolved!
Compare changes
+ 2
− 1
@@ -5,6 +5,7 @@ WORKDIR /app
@@ -13,7 +14,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: