Skip to content

Commit

Permalink
[Hello World Tutorial] Bump Golang alpine docker image version to 1.2…
Browse files Browse the repository at this point in the history
…1.2-alpine3.18 (jenkins-infra#6746)

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>
  • Loading branch information
github-actions[bot] authored Oct 6, 2023
1 parent fbdfe6a commit c5cdc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/pipeline/tour/hello-world.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c5cdc0f

Please sign in to comment.