Skip to content

Commit 9b1bf8f

Browse files
committed
ENH: Update the testing ITK version
For ITK_DISALLOW_COPY_AND_ASSIGN
1 parent d48eb90 commit 9b1bf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y \
2121
RUN mkdir -p /usr/src/ITKMinimalPathExtraction-build
2222
WORKDIR /usr/src
2323

24-
# release 2016-06-30
25-
ENV ITK_GIT_TAG 8565bd9b4bc4446b05554e11ccb27bda1d6db647
24+
# master 2016-07-06
25+
ENV ITK_GIT_TAG 71a779150ee5797e6ca4bef01906d5c12a18188b
2626
RUN git clone git://itk.org/ITK.git && \
2727
cd ITK && \
2828
git checkout ${ITK_GIT_TAG} && \

0 commit comments

Comments
 (0)