Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20230328-71e6501e
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 29, 2023
1 parent 71e6501 commit e4ec4d6
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 @@ -12,7 +12,7 @@ import typescriptBindgen from './bindgen/typescript.js'
const program = new Command()

// Array of types that will require an import from itk-wasm
const defaultImageTag = '20230315-07caf9ca'
const defaultImageTag = '20230328-71e6501e'

function processCommonOptions(wasiDefault=false) {
const options = program.opts()
Expand Down

0 comments on commit e4ec4d6

Please sign in to comment.