diff --git a/Dockerfile b/Dockerfile index 55c13e1..26567c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,6 @@ RUN \ curl -o \ /tmp/diskover.tar.gz -L \ "https://github.com/shirosaidev/diskover/archive/${DISKOVER_RELEASE}.tar.gz" && \ - #"https://github.com/shirosaidev/diskover/archive/v1.5.0.2.tar.gz" && \ tar xf \ /tmp/diskover.tar.gz -C \ /app/diskover/ --strip-components=1 && \