Skip to content

Commit

Permalink
[Ruby Tutorial] Bump ruby alpine docker image version to 3.3.6-alpine…
Browse files Browse the repository at this point in the history
…3.20 (jenkins-infra#7663)

chore: Update the value of the ruby docker image for scripts 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 Nov 5, 2024
1 parent 2e8f892 commit 2f4c517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/doc/pipeline/tour/hello-world.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ node {
// Declarative //
/* Requires the Docker Pipeline plugin */
pipeline {
agent { docker { image 'ruby:3.3.5-alpine3.20' } }
agent { docker { image 'ruby:3.3.6-alpine3.20' } }
stages {
stage('build') {
steps {
Expand All @@ -123,7 +123,7 @@ pipeline {
/* Requires the Docker Pipeline plugin */
node {
stage('Build') {
docker.image('ruby:3.3.5-alpine3.20').inside {
docker.image('ruby:3.3.6-alpine3.20').inside {
sh 'ruby --version'
}
}
Expand Down

0 comments on commit 2f4c517

Please sign in to comment.