diff --git a/Dockerfile b/Dockerfile
index 2242136..64e7e13 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ COPY LICENSE  /LICENSE
 RUN chmod +x /bin/build.sh
 
 # Drop root privileges (UID 1000 exists in the base image)
-USER 1000
+USER 0
 
 #-----------------------------------------------------------------------------
 # Runtime entrypoint