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 1c61f02 commit 18c872dCopy full SHA for 18c872d
test/Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF/Dockerfile
@@ -3,8 +3,9 @@ MAINTAINER Insight Software Consortium <community@itk.org>
3
4
WORKDIR /usr/src
5
6
-# February 7, 2022
7
-ENV ITK_GIT_COMMIT d6774dac041f76a1a5939bd46d0c64f282dd1545
+# February 10, 2022
+# - master (d6774dac0) of 2022-02-07 and changes from https://github.com/InsightSoftwareConsortium/ITK/pull/3187
8
+ENV ITK_GIT_COMMIT 060131b628e9a2d3f4613adc077ac04dd1a4ea7b
9
10
RUN \
11
#
@@ -14,7 +15,7 @@ RUN \
14
15
16
# Checkout
17
- git clone git://github.com/InsightSoftwareConsortium/ITK ITK && \
18
+ git clone git://github.com/jcfr/ITK ITK && \
19
cd ITK && git reset --hard ${ITK_GIT_COMMIT} && \
20
21
# Configure
0 commit comments