Skip to content

Commit

Permalink
Merge pull request #32 from stakater/bump-version
Browse files Browse the repository at this point in the history
Update pipeline tools version
  • Loading branch information
waseem-h authored Oct 18, 2019
2 parents 61f6880 + 06cc36a commit 1322fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/goBuildViaGoReleaser.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def call(body) {
body.delegate = config
body()

toolsImage = config.toolsImage ?: 'stakater/pipeline-tools:v2.0.14'
toolsImage = config.toolsImage ?: 'stakater/pipeline-tools:v2.0.15'

toolsNode(toolsImage: toolsImage) {
container(name: 'tools') {
Expand Down

0 comments on commit 1322fbf

Please sign in to comment.