Skip to content

Commit

Permalink
fix(itk-js-cli): Correct default docker image tag
Browse files Browse the repository at this point in the history
This tag did not exist on DockerHub.
  • Loading branch information
thewtex committed Jun 10, 2021
1 parent bafb1b5 commit b7dceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itk-js-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const build = (sourceDir) => {
process.exit(dockerVersion.status)
}

let dockerImage = 'insighttoolkit/itk-js:20210517-7d190d5'
let dockerImage = 'insighttoolkit/itk-js:20210520-bafb1b5'
if (program.commands[0].image) {
dockerImage = program.commands[0].image
}
Expand Down

0 comments on commit b7dceb0

Please sign in to comment.