Skip to content

Commit

Permalink
[Hello World Tutorial] Bump Php alpine docker image version to 8.4.1-…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent b1b71f9 commit 112736c
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 @@ -164,7 +164,7 @@ node {
// Declarative //
/* Requires the Docker Pipeline plugin */
pipeline {
agent { docker { image 'php:8.4.1-alpine3.20' } }
agent { docker { image 'php:8.4.1-alpine3.21' } }
stages {
stage('build') {
steps {
Expand Down

0 comments on commit 112736c

Please sign in to comment.