Drop root privileges in container
Compare changes
+ 7
− 1
@@ -4,7 +4,13 @@ FROM python:3.12 AS base
@@ -13,7 +19,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: