diff --git a/docker/code-analysis/Dockerfile b/docker/code-analysis/Dockerfile index a7abe20ad852c97012521f9be2ba4970688841f1..b5df2bdcf688787beb3dd7633dbf09232bf8992b 100644 --- a/docker/code-analysis/Dockerfile +++ b/docker/code-analysis/Dockerfile @@ -118,7 +118,7 @@ RUN \ ldconfig # libubox -ARG LIBUBOX_VERSION=d2223ef9da7172a84d1508733dc58840e1381e3c +ARG LIBUBOX_VERSION=75a3b870cace1171faf57bd55e5a9a2f1564f757 RUN \ cd /opt/dev && \ git clone https://git.openwrt.org/project/libubox.git && \ @@ -129,7 +129,7 @@ RUN \ make install # uci -ARG UCI_VERSION=f84f49f00fb70364f58b4cce72f1796a7190d370 +ARG UCI_VERSION=5781664d5087ccc4b5ab58505883231212dbedbc RUN \ cd /opt/dev && \ git clone https://git.openwrt.org/project/uci.git && \ @@ -140,7 +140,7 @@ RUN \ make install # ubus -ARG UBUS_VERSION=2bebf93cd3343fe49f22a05ef935e460d2d44f67 +ARG UBUS_VERSION=9913aa61de739e3efe067a2d186021c20bcd65e2 RUN \ cd /opt/dev && \ git clone https://git.openwrt.org/project/ubus.git && \ @@ -151,7 +151,7 @@ RUN \ make install # rpcd -ARG RPCD_VERSION=7de4820c87437033f6b7716018f3bfa60a3f7b12 +ARG RPCD_VERSION=c07ab2f91061ad64209e9aaa1fb1b77061a1af25 RUN \ cd /opt/dev && \ git clone https://git.openwrt.org/project/rpcd.git && \