Skip to content

Commit 18c872d

Browse files
committed
BUG: Fix CI updating "itk-master_use_system_libraries-off" docker image
This commit updates the verison of ITK to integrate fix from InsightSoftwareConsortium/ITK#3187
1 parent 1c61f02 commit 18c872d

File tree

1 file changed

+4
-3
lines changed
  • test/Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF

1 file changed

+4
-3
lines changed

test/Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ MAINTAINER Insight Software Consortium <community@itk.org>
33

44
WORKDIR /usr/src
55

6-
# February 7, 2022
7-
ENV ITK_GIT_COMMIT d6774dac041f76a1a5939bd46d0c64f282dd1545
6+
# February 10, 2022
7+
# - master (d6774dac0) of 2022-02-07 and changes from https://github.com/InsightSoftwareConsortium/ITK/pull/3187
8+
ENV ITK_GIT_COMMIT 060131b628e9a2d3f4613adc077ac04dd1a4ea7b
89

910
RUN \
1011
#
@@ -14,7 +15,7 @@ RUN \
1415
#
1516
# Checkout
1617
#
17-
git clone git://github.com/InsightSoftwareConsortium/ITK ITK && \
18+
git clone git://github.com/jcfr/ITK ITK && \
1819
cd ITK && git reset --hard ${ITK_GIT_COMMIT} && \
1920
#
2021
# Configure

0 commit comments

Comments
 (0)