Skip to content

Commit

Permalink
[Hello World Tutorial] Bump Php alpine docker image version to 8.3.2-…
Browse files Browse the repository at this point in the history
…alpine3.19 (#7024)

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] committed Jan 22, 2024
1 parent ea6926d commit 2e45a25
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.3.1-alpine3.19' } }
agent { docker { image 'php:8.3.2-alpine3.19' } }
stages {
stage('build') {
steps {
Expand Down

0 comments on commit 2e45a25

Please sign in to comment.