We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48eb90 commit 9b1bf8fCopy full SHA for 9b1bf8f
test/Docker/Dockerfile
@@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y \
21
RUN mkdir -p /usr/src/ITKMinimalPathExtraction-build
22
WORKDIR /usr/src
23
24
-# release 2016-06-30
25
-ENV ITK_GIT_TAG 8565bd9b4bc4446b05554e11ccb27bda1d6db647
+# master 2016-07-06
+ENV ITK_GIT_TAG 71a779150ee5797e6ca4bef01906d5c12a18188b
26
RUN git clone git://itk.org/ITK.git && \
27
cd ITK && \
28
git checkout ${ITK_GIT_TAG} && \
0 commit comments