mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
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:
parent
f85f5126e8
commit
e7f53d659a
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
ARG vmpooler_version=0.5.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue