File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM buildpack-deps:bookworm AS base-builder
77FROM base-builder AS mrtrix3-builder
88
99# Git commitish from which to build MRtrix3.
10- ARG MRTRIX3_GIT_COMMITISH="3.0.6 "
10+ ARG MRTRIX3_GIT_COMMITISH="3.0.7 "
1111# Command-line arguments for `./configure`
1212ARG MRTRIX3_CONFIGURE_FLAGS=""
1313# Command-line arguments for `./build`
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Include: apt
5858 ln -s /usr/bin/python3 /usr/bin/python
5959
6060# MRtrix3 setup
61- git clone -b 3.0.6 --depth 1 https://github.com/MRtrix3/mrtrix3.git /opt/mrtrix3
61+ git clone -b 3.0.7 --depth 1 https://github.com/MRtrix3/mrtrix3.git /opt/mrtrix3
6262 cd /opt/mrtrix3 && ./configure && ./build -persistent -nopaginate && rm -rf testing/ tmp/ && cd ../../
6363
6464# apt cleanup to recover as much space as possible
Original file line number Diff line number Diff line change 99// git tag -s 3.3.0
1010// git push --follow-tags
1111
12- #define MRTRIX_BASE_VERSION "3.0.6 "
12+ #define MRTRIX_BASE_VERSION "3.0.7 "
1313
1414#endif
1515
You can’t perform that action at this time.
0 commit comments