Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20230121-26870ef2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 22, 2023
1 parent 76447af commit 5e3aea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import typescriptBindgen from './bindgen/typescript.js'
const program = new Command()


const defaultImageTag = '20230119-9a6082de'
const defaultImageTag = '20230121-26870ef2'

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

0 comments on commit 5e3aea6

Please sign in to comment.