pydicom / dicom-containers

singularity and Docker containers to easily get started with common dicom tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dicom-containers/getting-started/Dockerfile fails because 3.6.4 no longer available

dmd opened this issue · comments

--2020-02-05 20:20:34--  http://dicom.offis.de/download/dcmtk/release/dcmtk-3.6.4.tar.gz
Resolving dicom.offis.de (dicom.offis.de)... 134.106.52.157
Connecting to dicom.offis.de (dicom.offis.de)|134.106.52.157|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://dicom.offis.de/download/dcmtk/release/dcmtk-3.6.4.tar.gz [following]
--2020-02-05 20:20:34--  https://dicom.offis.de/download/dcmtk/release/dcmtk-3.6.4.tar.gz
Connecting to dicom.offis.de (dicom.offis.de)|134.106.52.157|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-02-05 20:20:35 ERROR 404: Not Found.

3.6.4 is no longer available at that URL -- only 3.6.5 is.

Would you like to PR to update the version string? If it's not already, it would be useful as a build arg (with default to 3.6.5 for now).