Skip to content

Commit f852a11

Browse files
[Ruby Tutorial] Bump ruby alpine docker image version to 4.0.2-alpine3.23 (#8959)
* chore: Update the value of the ruby docker image for pipelines in the... ... 'Hello World!' tutorial Made with ❤️️ by updatecli * 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>
1 parent aec2053 commit f852a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/doc/pipeline/tour/hello-world.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ node {
110110
// Declarative //
111111
/* Requires the Docker Pipeline plugin */
112112
pipeline {
113-
agent { docker { image 'ruby:4.0.1-alpine3.23' } }
113+
agent { docker { image 'ruby:4.0.2-alpine3.23' } }
114114
stages {
115115
stage('build') {
116116
steps {
@@ -123,7 +123,7 @@ pipeline {
123123
/* Requires the Docker Pipeline plugin */
124124
node {
125125
stage('Build') {
126-
docker.image('ruby:4.0.1-alpine3.23').inside {
126+
docker.image('ruby:4.0.2-alpine3.23').inside {
127127
sh 'ruby --version'
128128
}
129129
}

0 commit comments

Comments
 (0)