Skip to content

Commit

Permalink
feat(itk-wasm-cli): update default Docker image for 1.0.0-b.18
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 6, 2022
1 parent ed04463 commit f99c8e0
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 @@ -8,7 +8,7 @@ import { Command, Option } from 'commander/esm.mjs'

const program = new Command()

const defaultImageTag = '20220619-bedc594a'
const defaultImageTag = '20220706-ed04463e'

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

0 comments on commit f99c8e0

Please sign in to comment.