Pin to JRuby 9.2.9 in Dockerfiles

This commit pins all the `Dockerfile` to Jruby 9.2.9. This is an
attempt to narrow down if the JRuby 9.2.11 is the reason for the
StackOverflow we were seeing or if there is something strange going on
with an update to the Gemfiles.
This commit is contained in:
Brandon High 2020-03-09 11:58:38 -07:00
parent f85f5126e8
commit e7f53d659a
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
# RUN:
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
FROM jruby:9.2-jdk
FROM jruby:9.2.9-jdk
RUN mkdir -p /var/lib/vmpooler