Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/Docker-ITK-master_USE_SYSTEM_LIBRARIES-OFF/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <[email protected]>

WORKDIR /usr/src

# March 21, 2018
ENV ITK_GIT_COMMIT 6953e199404bf7feb9534d5b58111267be90c963
# March 15, 2020
ENV ITK_GIT_COMMIT d67ae984a703a71b2d8d6932216561157b322c28

RUN \
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <[email protected]>

WORKDIR /usr/src
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <[email protected]>

WORKDIR /usr/src
Expand Down
2 changes: 1 addition & 1 deletion test/Docker-ITK-v4.8.0_USE_SYSTEM_LIBRARIES-OFF/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockbuild/centos5
FROM dockbuild/centos7
MAINTAINER Insight Software Consortium <[email protected]>

WORKDIR /usr/src
Expand Down