From a6af973aa855b854d1b51079aa435dd7cc2e020e Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 6 Oct 2022 14:54:59 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for 1.0.0-b.38 --- 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 83850621c..381a65781 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 = '20220906-f5d801e2' +const defaultImageTag = '20221006-7277a6da' function processCommonOptions() { const options = program.opts()