Skip to content

Commit

Permalink
Merge pull request #1139 from thewtex/itk-5.4.0-docker
Browse files Browse the repository at this point in the history
itk 5.4.0 docker
  • Loading branch information
thewtex authored May 22, 2024
2 parents a92177c + ef9924b commit 1634316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const defaultImageTag = '20240517-32a1ffd9'
const defaultImageTag = '20240521-17db8b0b'
export default defaultImageTag
6 changes: 3 additions & 3 deletions src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ RUN curl -L https://api.github.com/repos/facebook/zstd/tarball/${zstd_GIT_TAG} |
cd .. && \
rm -rf zstd-build zstd

# tag commit date: 2024-05-05 branch: itkwasm-2024-05-03-e5a84a08a30
ENV ITK_GIT_TAG 2282cb5b41d1333fd68ba14af4cbc5a1c0d0f965
ENV ITK_GIT_BRANCH itkwasm-2024-05-03-e5a84a08a30
# tag commit date: 2024-05-21
ENV ITK_GIT_TAG d03c2616856b28f708002cd1eff9b79660c7c9b0
ENV ITK_GIT_BRANCH itkwasm-2024-05-20-5db055d7ad3b
RUN git clone --branch $ITK_GIT_BRANCH --single-branch --depth 1 https://github.com/KitwareMedical/ITK.git && \
sed -i -e '/^option(OPJ_USE_THREAD/c\option(OPJ_USE_THREAD "use threads" OFF)' \
/ITK/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt
Expand Down

0 comments on commit 1634316

Please sign in to comment.