From f21f4b05bc0fdaea564b07326bbf4d8ac8edcdae Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Fri, 13 Sep 2024 17:31:52 +0200 Subject: [PATCH] fix docker complaining about legacy syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aaba4f4..58c122a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \