From c5cdc0f3898c0216b72a33b7880ec7b9b9544ac4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:32:04 -0600 Subject: [PATCH] [Hello World Tutorial] Bump Golang alpine docker image version to 1.21.2-alpine3.18 (#6746) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Update the value of the golang docker image for pipelines in t... ... he 'Hello World!' tutorial Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- content/doc/pipeline/tour/hello-world.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/doc/pipeline/tour/hello-world.adoc b/content/doc/pipeline/tour/hello-world.adoc index 57a3a1009e74..038439980367 100644 --- a/content/doc/pipeline/tour/hello-world.adoc +++ b/content/doc/pipeline/tour/hello-world.adoc @@ -191,7 +191,7 @@ node { // Declarative // /* Requires the Docker Pipeline plugin */ pipeline { - agent { docker { image 'golang:1.21.1-alpine3.18' } } + agent { docker { image 'golang:1.21.2-alpine3.18' } } stages { stage('build') { steps {