diff --git a/crond/Dockerfile b/crond/Dockerfile
index 0e67709fb6e9fb74cece41cc9b324816f361e7e0..964b1abdf9f8445efd31caba19ba81aaf84347c0 100644
--- a/crond/Dockerfile
+++ b/crond/Dockerfile
@@ -1,7 +1,7 @@
 # hadolint ignore=DL3006
 FROM registry.shore.co.il/cron
+# hadolint ignore=DL3002
+USER root
 # hadolint ignore=DL3018
 RUN apk add --no-cache --update docker-cli
 COPY --chown=root:root crontab /crontab
-# hadolint ignore=DL3002
-USER root