Skip to content

Commit c960bae

Browse files
committed
ENH: Update testing Docker image version
1 parent 611676c commit c960bae

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-
# 2015-10-13
25-
ENV ITK_GIT_TAG 3b9767eeb61ed1e20cd6018a40b5a91868dade04
24+
# release 2016-06-30
25+
ENV ITK_GIT_TAG 8565bd9b4bc4446b05554e11ccb27bda1d6db647
2626
RUN git clone git://itk.org/ITK.git && \
2727
cd ITK && \
2828
git checkout ${ITK_GIT_TAG} && \

0 commit comments

Comments
 (0)