From 79f77e71c42457a21fad17affaf8509393e8a851 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 6 Sep 2023 22:27:42 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 20230906-2a85d1ac --- 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 f0faca075..8b250ad53 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-a6f398d1' +const defaultImageTag = '20230906-2a85d1ac' function processCommonOptions(wasiDefault=false) { const options = program.opts()