From a3c3ae02e77d8edeb53c05f89877e1aae088d0f6 Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:15:26 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c596edd..8857707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ghcr.io/sdr-enthusiasts/docker-tar1090 +FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest -LABEL org.opencontainers.image.source = "https://github.com/sdr-enthusiasts/docker-multifeeder" +LABEL org.opencontainers.image.source = "https://github.com/sdr-enthusiasts/docker-adsb-all-in-one" ENV URL_MLAT_CLIENT_REPO="https://github.com/adsbxchange/mlat-client.git" \ PRIVATE_MLAT="false" \