Skip to content

Commit e74fb12

Browse files
authored
Update Dockerfile
1 parent 34eac43 commit e74fb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade -y && \
2020
apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y && \
2121
cd /tmp && git clone https://github.com/neurolabusc/dcm2niix.git && \
2222
cd dcm2niix && \
23-
git checkout 0dc154d9aab4679e487abeaee1759c61559fc7a8 && \
23+
git checkout 6ba27b9befcbae925209664bb8acbb00e266114a && \
2424
mkdir build && cd build && cmake -DBATCH_VERSION=ON .. && \
2525
make && make install && \
2626
cd / && rm -rf /tmp/dcm2niix

0 commit comments

Comments
 (0)