From 516517fea4b0b8ec855c27f144cb57e86a3a9677 Mon Sep 17 00:00:00 2001 From: Alan Hodgson Date: Wed, 24 Apr 2024 08:20:23 -0700 Subject: [PATCH] Update fallback ruby to 3.3.1 --- image/nginx-passenger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/nginx-passenger.sh b/image/nginx-passenger.sh index 9030463c..be91ad15 100755 --- a/image/nginx-passenger.sh +++ b/image/nginx-passenger.sh @@ -9,7 +9,7 @@ header "Installing Phusion Passenger..." ## Install it through RVM, not APT, so that the -customizable variant cannot end up ## having Ruby installed from both APT and RVM. if [[ ! -e /usr/bin/ruby ]]; then - RVM_ID="ruby-3.3.0" + RVM_ID="ruby-3.3.1" run mkdir -p "/build_cache/${ARCH}" if [[ -e "/build_cache/${ARCH}/${RVM_ID}.tar.bz2" ]]; then