From f430a4715fefed6117694cf4d532be88c0988fcb Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakob.olsson@iopsys.eu> Date: Wed, 1 Jul 2020 14:56:37 +0200 Subject: [PATCH] Dockerfile: update easy-soc-libs commit --- docker/code-analysis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index 825b795..5153122 100644 --- a/docker/code-analysis/Dockerfile +++ b/docker/code-analysis/Dockerfile @@ -211,7 +211,7 @@ RUN \ rm -fr easy-soc-libs && \ git clone https://dev.iopsys.eu/iopsys/easy-soc-libs.git && \ cd easy-soc-libs && \ - git checkout 4e3d3f011abbf958517eeea781491626332d84a1 && \ + git checkout 8dc10d48aeb5f936196ec78b58ad6ff1fcb357e9 && \ cd libeasy && \ make CFLAGS+="-I/usr/include/libnl3" && \ mkdir -p /usr/include/easy && \ -- GitLab