Bump jruby to 9.4.1.0, java11, and all vmpooler gems

This commit is contained in:
Jake Spain 2023-03-06 15:18:55 -05:00
parent 0521dfad8b
commit f1284ea0fc
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
5 changed files with 29 additions and 46 deletions

View file

@ -3,4 +3,4 @@
docker run -it --rm \
-v $(pwd):/app \
$(grep ^FROM ./Dockerfile |cut -d ' ' -f2) \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends make git && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends make git netbase && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'