Skip to content

Commit

Permalink
Merge pull request #633 from thewtex/bump-docker
Browse files Browse the repository at this point in the history
feat(itk-wasm-cli): Update default Docker image for Pipeline updates
  • Loading branch information
thewtex committed Sep 7, 2022
2 parents 1950084 + 145308d commit be4f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itk-wasm-cli.js
Expand Up @@ -8,7 +8,7 @@ import { Command, Option } from 'commander/esm.mjs'

const program = new Command()

const defaultImageTag = '20220830-04a2ddb1'
const defaultImageTag = '20220906-f5d801e2'

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

0 comments on commit be4f08b

Please sign in to comment.