From 6e437a5b0816f90694e5bb2cee9cc6c3ee75ef52 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 14 Feb 2023 13:59:02 -0500 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 20230214-4d22c050 --- 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 3672eaaa0..8c1b8fe85 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 = '20230213-bd821f33' +const defaultImageTag = '20230214-4d22c050' function processCommonOptions() { const options = program.opts()