Skip to content

Commit 7dc8144

Browse files
authored
Merge pull request #13 from cni/dcmupdate
Update dcm2niix binary
2 parents f022957 + e778a6c commit 7dc8144

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN pip install \
3434
RUN pip install git+https://github.com/vistalab/scitran-data.git@0ebebcb2f91c9292eb7249425dcaedce50f23804
3535

3636
# Install tagged version of dcm2niix
37-
ENV TAG=v1.0.20200331
37+
ENV TAG=v1.0.20201102
3838
RUN curl -#L https://github.com/rordenlab/dcm2niix/releases/download/$TAG/dcm2niix_lnx.zip \
3939
| bsdtar -xf- -C /usr/bin && chmod +x /usr/bin/dcm2nii*
4040

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"source": "https://github.com/cni/cni-dcm-convert",
99
"license": "Apache-2.0",
1010
"flywheel": "0",
11-
"version": "2.5.0",
11+
"version": "2.6.0",
1212
"custom": {
1313
"flywheel": {
1414
"suite": "Stanford CNI"
1515
},
1616
"gear-builder": {
1717
"category": "converter",
18-
"image": "stanfordcni/cni-dcm-convert:2.5.0"
18+
"image": "stanfordcni/cni-dcm-convert:2.6.0"
1919
}
2020
},
2121
"config": {

0 commit comments

Comments
 (0)