Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20230621-3b2ef0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 9, 2023
1 parent 36b3dec commit b133f6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/itk-wasm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import pythonBindgen from './bindgen/python.js'

const program = new Command()

// Array of types that will require an import from itk-wasm
const defaultImageTag = '20230625-7a927abe'
const defaultImageTag = '20230621-3b2ef0b5'

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

0 comments on commit b133f6b

Please sign in to comment.