diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index 5a7f9e3497bc28846b96493b8ae73cf56f7f8146..06a4906aca93e958f64c034074ce0b6d0ba545ce 100644 --- a/docker/code-analysis/Dockerfile +++ b/docker/code-analysis/Dockerfile @@ -92,6 +92,7 @@ RUN \ cd /opt/dev && \ git clone https://github.com/json-c/json-c.git && \ cd json-c && \ + git checkout 9021cdcdd01fc9dbcbe1f06391848c2ac915212f && \ cmake . && \ make && \ make install && \