From 31ec6500de7826f941e8f59122653312cda12abf Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Sat, 17 Jun 2023 01:55:44 +0000 Subject: [PATCH] gr-iqlabs 1.0.26 --- docker/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.base b/docker/Dockerfile.base index c26c91a7..94b830ba 100644 --- a/docker/Dockerfile.base +++ b/docker/Dockerfile.base @@ -6,7 +6,7 @@ RUN git clone https://github.com/pothosware/SoapyUHD -b soapy-uhd-0.4.1 RUN git clone https://github.com/Nuand/bladeRF.git -b 2023.02 RUN git clone https://github.com/anarkiwi/lime-tools -b samples RUN git clone https://github.com/iqtlabs/uhd_sample_recorder -b v1.0.4 -RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.25 +RUN git clone https://github.com/iqtlabs/gr-iqtlabs -b 1.0.26 WORKDIR /root/uhd_sample_recorder RUN ./install-deps.sh && ./build.sh WORKDIR /root/uhd_sample_recorder/build