Update dockerfile jruby to 9.2

This commit updates jruby in dockerfiles from 9.1 to 9.2. Without this change the dockerfiles use a version of ruby that is no longer tested with vmpooler.
This commit is contained in:
kirby@puppetlabs.com 2019-01-18 14:28:25 -08:00
parent a1704b239e
commit cde7648a22
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.1-jdk
FROM jruby:9.2-jdk
COPY docker/docker-entrypoint.sh /usr/local/bin/
COPY ./ ./