From 9fa8bd99ac0695601092e61b05922dad54627795 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 24 Aug 2022 23:21:38 -0400 Subject: [PATCH] feat(itk-wasm-cli): Update default Docker image for DCMTK support --- 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 fe4ee47ae..bf5ab5225 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 = '20220706-ed04463e' +const defaultImageTag = '20220824-4c8a5ccd' function processCommonOptions() { const options = program.opts()