Skip to content

Commit

Permalink
feat(itk-wasm-cli): Update default Docker image for 20230116-9dfa2b8a
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 17, 2023
1 parent 9dfa2b8 commit a31769e
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 @@ -9,7 +9,7 @@ import { Command, Option } from 'commander/esm.mjs'
const program = new Command()


const defaultImageTag = '20230116-fcc852e2'
const defaultImageTag = '20230116-9dfa2b8a'

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

0 comments on commit a31769e

Please sign in to comment.