Skip to content

Commit

Permalink
Update fallback ruby to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhodgson committed Apr 24, 2024
1 parent 6ee71cc commit 193da3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/nginx-passenger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 193da3f

Please sign in to comment.