Skip to content

Commit 0103696

Browse files
committed
feat(itk-wasm-cli): Update default Docker image for IOMeshSWC
1 parent 8258772 commit 0103696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itk-wasm-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Command, Option } from 'commander/esm.mjs'
88

99
const program = new Command()
1010

11-
const defaultImageTag = '20220517-8968c6a1'
11+
const defaultImageTag = '20220523-82587720'
1212

1313
function processCommonOptions() {
1414
const options = program.opts()

0 commit comments

Comments
 (0)