Skip to content

Commit 112736c

Browse files
[Hello World Tutorial] Bump Php alpine docker image version to 8.4.1-alpine3.21 (#7751)
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>
1 parent b1b71f9 commit 112736c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ node {
164164
// Declarative //
165165
/* Requires the Docker Pipeline plugin */
166166
pipeline {
167-
agent { docker { image 'php:8.4.1-alpine3.20' } }
167+
agent { docker { image 'php:8.4.1-alpine3.21' } }
168168
stages {
169169
stage('build') {
170170
steps {

0 commit comments

Comments
 (0)