Skip to content

Commit

Permalink
Merge branch 'master' into feature/archive-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
biru-codeastromer authored Dec 13, 2024
2 parents ef57af6 + 112736c commit 10fced5
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 10fced5

Please sign in to comment.