Skip to content

Commit

Permalink
Merge pull request #938 from thewtex/pflock
Browse files Browse the repository at this point in the history
pflock
  • Loading branch information
thewtex authored Sep 18, 2023
2 parents 343da2c + f71ae37 commit 94096c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -36,8 +36,8 @@ RUN git clone https://github.com/facebook/zstd.git && \
cd .. && \
rm -rf zstd-build zstd

# tag commit date: 2023-06-23 branch: itkwasm-2023-01-15-f42c10a20f-4
ENV ITK_GIT_TAG d6e6fd9535130ba677cb018c512ed72a466ee997
# tag commit date: 2023-09-17 branch: itkwasm-2023-01-15-f42c10a20f-5
ENV ITK_GIT_TAG fb5b2f0a691dbe107f44ea332a6113aab8810900
RUN git clone https://github.com/KitwareMedical/ITK.git && \
cd ITK && \
git checkout ${ITK_GIT_TAG} && \
Expand Down
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import pythonWebDemoBindgen from './bindgen/python-web-demo/python-web-demo-bind

const program = new Command()

const defaultImageTag = '20230906-2a85d1ac'
const defaultImageTag = '20230917-38fb6f92'

function processCommonOptions(wasiDefault=false) {
const options = program.opts()
Expand Down

0 comments on commit 94096c5

Please sign in to comment.