Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20221101-1b7430cf
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 2, 2022
1 parent 74b75db commit b877b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Expand Up @@ -8,7 +8,7 @@ import { Command, Option } from 'commander/esm.mjs'

const program = new Command()

const defaultImageTag = '20221101-a2f1bdfa'
const defaultImageTag = '20221101-1b7430cf'

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

0 comments on commit b877b78

Please sign in to comment.