Skip to content

Commit

Permalink
use radar-latest.tar.gz instead of hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 24, 2023
1 parent 93303ad commit 402900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/sdr-enthusiasts/docker-baseimage:base as build

ARG radarurl="ftp://public.tubby.org/radar-0.99.tar.gz"
ARG radarurl="ftp://public.tubby.org/radar-latest.tar.gz"
ARG radarurlcreds="ftp:"

RUN set -x && \
Expand Down

0 comments on commit 402900a

Please sign in to comment.