docker: upgrade Ruby to 3.0.3.
Upgrade bootsnap to 1.9.3 too because Ruby 3.0.3 has a bug that causes Rails to fail to boot when bootsnap is enabled. Bootsnap 1.9.3 works around this bug. Also add libgmp to build with bignum support.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Run: curl -L -s https://raw.githubusercontent.com/danbooru/danbooru/master/INSTALL.debian -o install.sh ; chmod +x install.sh ; ./install.sh
|
||||
|
||||
export RUBY_VERSION=3.0.2
|
||||
export RUBY_VERSION=3.0.3
|
||||
export GITHUB_INSTALL_SCRIPTS=https://raw.githubusercontent.com/danbooru/danbooru/master/script/install
|
||||
export VIPS_VERSION=8.7.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user