Bump Ruby 3 images to 3.0.4

This commit is contained in:
Matthias Käppler 2022-05-13 16:50:13 +00:00 committed by Balasankar 'Balu' C
parent d137b4ba28
commit 842598cb63
3 changed files with 261 additions and 3 deletions

View file

@ -229,8 +229,8 @@ function print_ruby_args() {
;;
3.0|3.0.patched)
RUBY_VERSION="3.0.3"
RUBY_DOWNLOAD_SHA256="3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac"
RUBY_VERSION="3.0.4"
RUBY_DOWNLOAD_SHA256="70b47c207af04bce9acea262308fb42893d3e244f39a4abc586920a1c723722b"
;;
*) echo "Unknown ruby version $1"; exit 1;