Skip to content

Commit

Permalink
[Ruby Tutorial] Bump ruby alpine docker image version to 3.4.1-alpine…
Browse files Browse the repository at this point in the history
…3.21 (#7785)

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 Dec 27, 2024
1 parent 9b1f363 commit 494abcb
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.6-alpine3.21' } }
agent { docker { image 'ruby:3.4.1-alpine3.21' } }
stages {
stage('build') {
steps {
Expand All @@ -123,7 +123,7 @@ pipeline {
/* Requires the Docker Pipeline plugin */
node {
stage('Build') {
docker.image('ruby:3.3.6-alpine3.21').inside {
docker.image('ruby:3.4.1-alpine3.21').inside {
sh 'ruby --version'
}
}
Expand Down

0 comments on commit 494abcb

Please sign in to comment.