Skip to content

Commit 999fff9

Browse files
[Hello World Tutorial] Bump Golang alpine docker image version to 1.25.4-alpine3.22 (#8535)
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>
1 parent 8d94492 commit 999fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/doc/pipeline/tour/hello-world.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ node {
191191
// Declarative //
192192
/* Requires the Docker Pipeline plugin */
193193
pipeline {
194-
agent { docker { image 'golang:1.25.3-alpine3.22' } }
194+
agent { docker { image 'golang:1.25.4-alpine3.22' } }
195195
stages {
196196
stage('build') {
197197
steps {

0 commit comments

Comments
 (0)