mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'mk-ruby-patches' into 'master'
Update Rubies to pull in latest patches See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/665 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com> Co-authored-by: Matthias Kaeppler <mkaeppler@gitlab.com>
This commit is contained in:
commit
42076c2eb7
1 changed files with 8 additions and 8 deletions
|
|
@ -210,8 +210,8 @@ function print_ruby_args() {
|
|||
;;
|
||||
|
||||
2.7|2.7.patched)
|
||||
RUBY_VERSION="2.7.7"
|
||||
RUBY_DOWNLOAD_SHA256="e10127db691d7ff36402cfe88f418c8d025a3f1eea92044b162dd72f0b8c7b90"
|
||||
RUBY_VERSION="2.7.8"
|
||||
RUBY_DOWNLOAD_SHA256="c2dab63cbc8f2a05526108ad419efa63a67ed4074dbbcf9fc2b1ca664cb45ba0"
|
||||
;;
|
||||
|
||||
# Please update any clients still asking for these images to request `ruby-2.7` instead,
|
||||
|
|
@ -222,18 +222,18 @@ function print_ruby_args() {
|
|||
;;
|
||||
|
||||
3.0|3.0.patched)
|
||||
RUBY_VERSION="3.0.5"
|
||||
RUBY_DOWNLOAD_SHA256="9afc6380a027a4fe1ae1a3e2eccb6b497b9c5ac0631c12ca56f9b7beb4848776"
|
||||
RUBY_VERSION="3.0.6"
|
||||
RUBY_DOWNLOAD_SHA256="6e6cbd490030d7910c0ff20edefab4294dfcd1046f0f8f47f78b597987ac683e"
|
||||
;;
|
||||
|
||||
3.1|3.1.patched)
|
||||
RUBY_VERSION="3.1.3"
|
||||
RUBY_DOWNLOAD_SHA256="5ea498a35f4cd15875200a52dde42b6eb179e1264e17d78732c3a57cd1c6ab9e"
|
||||
RUBY_VERSION="3.1.4"
|
||||
RUBY_DOWNLOAD_SHA256="a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6"
|
||||
;;
|
||||
|
||||
3.2|3.2.patched)
|
||||
RUBY_VERSION="3.2.1"
|
||||
RUBY_DOWNLOAD_SHA256="13d67901660ee3217dbd9dd56059346bd4212ce64a69c306ef52df64935f8dbd"
|
||||
RUBY_VERSION="3.2.2"
|
||||
RUBY_DOWNLOAD_SHA256="96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc"
|
||||
;;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue