diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile
index 49d65be96fd6fb32c51a6ac35477b50d802a656e..a7b313308026490812bf8760f83857e595939c6c 100644
--- a/docker/code-analysis/Dockerfile
+++ b/docker/code-analysis/Dockerfile
@@ -172,13 +172,13 @@ RUN \
     make && \
     make install
 
-# nlohmann
-ARG NLOHMANN_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
+# json-cpp
+ARG JSON_CPP_VERSION=be61ad147000be4802173d0d118fd1b8109b4668
 RUN \
     cd /opt/dev && \
     git clone https://github.com/nlohmann/json.git && \
     cd json && \
-    git checkout ${NLOHMANN_VERSION} && \
+    git checkout ${JSON_CPP_VERSION} && \
     mkdir build && \
     cd build && \
     cmake .. && \