From 601671937057bf78ef165d9d331bc1be4e94b9ce Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 15 Mar 2023 23:48:46 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 20230315-07caf9ca --- src/itk-wasm-cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/itk-wasm-cli.js b/src/itk-wasm-cli.js index 0af6a84c1..e6e3e32ff 100755 --- a/src/itk-wasm-cli.js +++ b/src/itk-wasm-cli.js @@ -12,7 +12,7 @@ import typescriptBindgen from './bindgen/typescript.js' const program = new Command() // Array of types that will require an import from itk-wasm -const defaultImageTag = '20230315-32596912' +const defaultImageTag = '20230315-07caf9ca' function processCommonOptions(wasiDefault=false) { const options = program.opts()