Bump Ruby 3 images to 3.0.4

This also drops the array.c patch for alising the
size method, since this was fixed upstream.
This commit is contained in:
Matthias Kaeppler 2022-05-13 10:08:49 +02:00
parent d137b4ba28
commit 8ac2c035a5
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;