mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-12-03 11:10:10 +00:00
fix docker complaining about legacy syntax
This commit is contained in:
parent
2d7330e0a9
commit
f21f4b05bc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN \
|
|||
|
||||
FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest
|
||||
|
||||
LABEL org.opencontainers.image.source = "https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder"
|
||||
LABEL org.opencontainers.image.source="https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder"
|
||||
|
||||
ENV URL_MLAT_CLIENT_REPO="https://github.com/wiedehopf/mlat-client.git" \
|
||||
PRIVATE_MLAT="false" \
|
||||
|
|
Loading…
Reference in a new issue