From f71ae372667044b4ac074e51196074d266749d53 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 17 Sep 2023 18:12:13 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 20230917-38fb6f92 --- 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 8b250ad53..14e95b37a 100755 --- a/src/itk-wasm-cli.js +++ b/src/itk-wasm-cli.js @@ -13,7 +13,7 @@ import pythonWebDemoBindgen from './bindgen/python-web-demo/python-web-demo-bind const program = new Command() -const defaultImageTag = '20230906-2a85d1ac' +const defaultImageTag = '20230917-38fb6f92' function processCommonOptions(wasiDefault=false) { const options = program.opts()