From 2b355d27187673bd5d926180e09a6c47f340250e Mon Sep 17 00:00:00 2001 From: kx1t Date: Tue, 28 Mar 2023 16:06:11 -0400 Subject: [PATCH] bug fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e17deb1..a47fc06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ COPY rootfs/ / RUN set -x && \ branch="##BRANCH##" && \ [[ "${branch:0:1}" == "#" ]] && branch="main" || true && \ - git clone --depth=1 -b $branch https://github.com/sdr-enthusiasts/docker-multifeeder.git /tmp/clone && \ + git clone --depth=1 -b $branch https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git /tmp/clone && \ pushd /tmp/clone && \ echo "$(TZ=UTC date +%Y%m%d-%H%M%S)_$(git rev-parse --short HEAD)_$(git branch --show-current)" > /.CONTAINER_VERSION && \ popd && \