(maint) Upgrade to latest vmpooler with jruby 9.3.6

Will deploy the prod image as v 1.7.0-prod-all-providers

Chart version 1.17.0
This commit is contained in:
Samuel Beaulieu 2022-07-25 12:29:40 -05:00
parent 75902ada65
commit 16be4e20aa
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
11 changed files with 114 additions and 145 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 && cd /app && gem install bundler && gem update --system 3.2.3 && 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 && cd /app && gem install bundler && gem update --system 3.2.3 && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'