Merge pull request #149 from puppetlabs/dependabot/docker/docker/jruby-9.4.5.0-jdk11

Bump jruby from 9.4.3.0-jdk11 to 9.4.5.0-jdk11 in /docker
This commit is contained in:
Jake Spain 2023-12-14 08:20:26 -05:00 committed by GitHub
commit 5ac8fb98ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# RUN:
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
FROM jruby:9.4.3.0-jdk11
FROM jruby:9.4.5.0-jdk11
LABEL org.opencontainers.image.description "VMPooler plus all known providers"

View file

@ -9,7 +9,7 @@
# Then change directory into vmpooler-projects and build with:
FROM jruby:9.4.3.0-jdk11
FROM jruby:9.4.5.0-jdk11
LABEL org.opencontainers.image.description "VMPooler plus all known providers"