Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20231125-c58da03c
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 26, 2023
1 parent c58da03 commit 2f60bb7
Showing 1 changed file with 1 addition and 1 deletion.
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 = '20231026-19713e3a'
const defaultImageTag = '20231125-c58da03c'

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

0 comments on commit 2f60bb7

Please sign in to comment.