diff --git a/content/doc/pipeline/tour/hello-world.adoc b/content/doc/pipeline/tour/hello-world.adoc index 468b0b3a4c8d..84ec58cd23dc 100644 --- a/content/doc/pipeline/tour/hello-world.adoc +++ b/content/doc/pipeline/tour/hello-world.adoc @@ -164,7 +164,7 @@ node { // Declarative // /* Requires the Docker Pipeline plugin */ pipeline { - agent { docker { image 'php:8.4.1-alpine3.21' } } + agent { docker { image 'php:8.4.2-alpine3.21' } } stages { stage('build') { steps {