From 79b57308709436f99e702b3ed4afb3194e37cc63 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 22 Dec 2022 15:26:51 -0500 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 20221222-d37dad3f --- 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 75d81bf7b..8799c1b96 100755 --- a/src/itk-wasm-cli.js +++ b/src/itk-wasm-cli.js @@ -9,7 +9,7 @@ import { Command, Option } from 'commander/esm.mjs' const program = new Command() -const defaultImageTag = '20221114-8659b8cc' +const defaultImageTag = '20221222-d37dad3f' // Array of types that will require an import from itk-wasm const typesRequireImport = ['Image']