diff --git a/src/itk-wasm-cli.js b/src/itk-wasm-cli.js index 24f490724..62085b0e0 100755 --- a/src/itk-wasm-cli.js +++ b/src/itk-wasm-cli.js @@ -13,7 +13,7 @@ const program = new Command() // Array of types that will require an import from itk-wasm const typesRequireImport = ['Image'] -const defaultImageTag = '20230122-5e3aea6c' +const defaultImageTag = '20230201-d4552761' function processCommonOptions() { const options = program.opts()