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