Remove commented line hardcoding Diskover 1.5.0.2 release

This commit is contained in:
Chris Yocum 2019-07-23 14:54:01 -04:00
parent b1a986db7a
commit e3caacdde3

View File

@ -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 && \