diff --git a/src/itk-wasm-cli.js b/src/itk-wasm-cli.js index 86a1e5a5e..796ff30d1 100755 --- a/src/itk-wasm-cli.js +++ b/src/itk-wasm-cli.js @@ -8,7 +8,7 @@ import { Command, Option } from 'commander/esm.mjs' const program = new Command() -const defaultImageTag = '20220523-82587720' +const defaultImageTag = '20220613-1dc34433' function processCommonOptions() { const options = program.opts()