Skip to content

Commit

Permalink
Update iqtlabs/gnuradio Docker tag to v3.10.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent f3701d0 commit 018b55d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN if [ "$(arch)" = "x86_64" ] ; then /root/install-nv.sh ; fi && \
zstd && \
apt-get -y -q clean && rm -rf /var/lib/apt/lists/*
WORKDIR /
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/share/uhd/images /usr/share/uhd/images
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/share/uhd/images /usr/share/uhd/images
COPY --from=installer /usr/local /usr/local
COPY --from=installer /gamutrf /gamutrf
COPY tests /tests
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04 AS gr-iqtlabs-builder
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/local /usr/local
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/local /usr/local
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvulkan1 \
python3 \
&& apt-get -y -q clean && rm -rf /var/lib/apt/lists/*
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/local /usr/local
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/local /usr/local
COPY --from=iqtlabs/gamutrf-driver /usr/local /usr/local
COPY --from=gr-iqtlabs-builder /usr/local /usr/local
RUN ldconfig -v
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.driver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:24.04 AS driver-builder
COPY --from=iqtlabs/gnuradio:3.10.10.0 /usr/local /usr/local
COPY --from=iqtlabs/gnuradio:3.10.11.0 /usr/local /usr/local
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 018b55d

Please sign in to comment.