Skip to content

Commit

Permalink
feat(ITK): Bump to 2022-12-21 master
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 22, 2022
1 parent 02876b1 commit d37dad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LABEL org.opencontainers.image.source="https://github.com/InsightSoftwareConsort

WORKDIR /

# tag commit date: 2022-10-06 branch: ITKWASM-2022-07-02-5e7aea9
ENV ITK_GIT_TAG b8369ebab03ac2ab7c253a67bdd8ab35a404fc5d
# tag commit date: 2022-12-21 branch: itkwasm-2022-12-21-1e25fbec87
ENV ITK_GIT_TAG 3aee3aa19809d2aa4eff6e054de82ba452d9b5ee
RUN git clone https://github.com/KitwareMedical/ITK.git && \
cd ITK && \
git checkout ${ITK_GIT_TAG} && \
Expand Down

0 comments on commit d37dad3

Please sign in to comment.