From 0103696a02e0ce598d1234ab7f45662b01d99fd3 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 23 May 2022 18:59:43 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for IOMeshSWC --- 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 abdd980b5..86a1e5a5e 100755 --- a/src/itk-wasm-cli.js +++ b/src/itk-wasm-cli.js @@ -8,7 +8,7 @@ import { Command, Option } from 'commander/esm.mjs' const program = new Command() -const defaultImageTag = '20220517-8968c6a1' +const defaultImageTag = '20220523-82587720' function processCommonOptions() { const options = program.opts()