Skip to content

Commit

Permalink
feat(Docker): Bump ITK to 2022-05-07 master
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 12, 2022
1 parent 429bf82 commit 8968c6a
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 /

# 2022-03-10 master branch
ENV ITK_GIT_TAG 5d1d5d5e6f99dbc574756425dd6d747ee3857482
# 2022-05-07 master branch
ENV ITK_GIT_TAG 1ba263fa1b77e88b92580d4ce4a5e1b70965525b
RUN git clone https://github.com/thewtex/ITK.git && \
cd ITK && \
git checkout ${ITK_GIT_TAG} && \
Expand Down

0 comments on commit 8968c6a

Please sign in to comment.