diff --git a/Dockerfile b/Dockerfile
index 7e8c53938980b21a744a11ef70c06686002e57bf..b87b2fdcc6c87ea5d273e5cb2a87bcb0fee38fc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,10 +4,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends git-core ca-cer
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
 
-USER node
-
 RUN npm i -g standard-version
 
+USER node
+
 RUN git config --global user.email "ci-versioning@nexusmods.com"
 RUN git config --global user.name "git"