From e3caacdde32c0e16340fb7be60f89767c62e7686 Mon Sep 17 00:00:00 2001 From: Chris Yocum Date: Tue, 23 Jul 2019 14:54:01 -0400 Subject: [PATCH] Remove commented line hardcoding Diskover 1.5.0.2 release --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 && \