From d808e189c4dfceeeac54360165f6ca0365f39900 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:29:19 -0700 Subject: [PATCH] [Hello World Tutorial] Bump Php alpine docker image version to 8.4.2-alpine3.21 (#7774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Update the value of the php docker image for pipelines in the ... ... '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 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 {