Skip to content

Commit bf965dd

Browse files
committed
feat(itk-wasm-cli): Update default Docker image for 20221101-8f65383f
1 parent 1ada436 commit bf965dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/itk-wasm-cli.js

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

99
const program = new Command()
1010

11-
const defaultImageTag = '20221101-1b7430cf'
11+
12+
const defaultImageTag = '20221101-8f65383f'
1213

1314
// Array of types that will require an import from itk-wasm
1415
const typesRequireImport = ['Image']

0 commit comments

Comments
 (0)