Skip to content

Commit 516517f

Browse files
ajhodgsonCamJN
authored andcommitted
Update fallback ruby to 3.3.1
1 parent 6ee71cc commit 516517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/nginx-passenger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ header "Installing Phusion Passenger..."
99
## Install it through RVM, not APT, so that the -customizable variant cannot end up
1010
## having Ruby installed from both APT and RVM.
1111
if [[ ! -e /usr/bin/ruby ]]; then
12-
RVM_ID="ruby-3.3.0"
12+
RVM_ID="ruby-3.3.1"
1313

1414
run mkdir -p "/build_cache/${ARCH}"
1515
if [[ -e "/build_cache/${ARCH}/${RVM_ID}.tar.bz2" ]]; then

0 commit comments

Comments
 (0)