From 29fc730f0c30371e33a9dc719e8e49bc1e6a682c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 2 Oct 2023 21:52:32 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 20231002- --- 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 14e95b37a..3a064a748 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 = '20230917-38fb6f92' +const defaultImageTag = '20231002-ee073456' function processCommonOptions(wasiDefault=false) { const options = program.opts()