From b0052616ce0b34b8871b4bcf55223c34b1517886 Mon Sep 17 00:00:00 2001 From: Suru Dissanaike <suru.dissanaike@iopsys.eu> Date: Mon, 17 May 2021 11:13:32 +0000 Subject: [PATCH] Update Dockerfile with jsonc commit hash --- docker/code-analysis/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index 5a7f9e3..06a4906 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 && \ -- GitLab