Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20230212-465afd10
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 13, 2023
1 parent 465afd1 commit f1d8979
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 @@ -13,7 +13,7 @@ const program = new Command()

// Array of types that will require an import from itk-wasm
const typesRequireImport = ['Image']
const defaultImageTag = '20230210-05c7ef9a'
const defaultImageTag = '20230212-465afd10'

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

0 comments on commit f1d8979

Please sign in to comment.