Skip to content

Commit

Permalink
Bump to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
yachub committed Mar 4, 2023
1 parent 21643c4 commit 218afdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-gemfile-lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# The container tag should closely match what is used in `docker/Dockerfile` in vmpooler-deployment
docker run -it --rm \
-v $(pwd):/app \
jruby:9.4.1.0-jdk8 \
jruby:9.4.1.0-jdk11 \
/bin/bash -c 'apt-get update -qq && apt-get install -y --no-install-recommends git make netbase && cd /app && gem install bundler && bundle install --jobs 3 && bundle update; echo "LOCK_FILE_UPDATE_EXIT_CODE=$?"'

0 comments on commit 218afdf

Please sign in to comment.