From 1fad6d11a164a2ee689861c070a083124db90378 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Tue, 19 Apr 2022 15:52:27 +0300 Subject: [PATCH] Update Ruby to 2.7.6 --- scripts/custom-docker-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index 956ec7e..90d717a 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -192,8 +192,8 @@ function print_ruby_args() { ;; 2.7|2.7.patched) - RUBY_VERSION="2.7.5" - RUBY_DOWNLOAD_SHA256="2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1" + RUBY_VERSION="2.7.6" + RUBY_DOWNLOAD_SHA256="e7203b0cc09442ed2c08936d483f8ac140ec1c72e37bb5c401646b7866cb5d10" ;; # Please update any clients still asking for these images to request `ruby-2.7` instead,