From ffbd07468e971e88b8874ad2b9f762fcb4c33538 Mon Sep 17 00:00:00 2001 From: waseem Date: Fri, 18 Oct 2019 12:30:26 +0200 Subject: [PATCH] Update pipeline tools version --- vars/goBuildViaGoReleaser.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/goBuildViaGoReleaser.groovy b/vars/goBuildViaGoReleaser.groovy index 0aa053a3..3380df4e 100644 --- a/vars/goBuildViaGoReleaser.groovy +++ b/vars/goBuildViaGoReleaser.groovy @@ -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') {