Merge pull request #152 from puppetlabs/dependabot/docker/docker/jruby-9.4.7.0-jdk11

Bump jruby from 9.4.5.0-jdk11 to 9.4.7.0-jdk11 in /docker
This commit is contained in:
Eric Griswold 2024-07-25 11:58:18 -07:00 committed by GitHub
commit 85540728fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# RUN: # RUN:
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler # docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
FROM jruby:9.4.5.0-jdk11 FROM jruby:9.4.7.0-jdk11
LABEL org.opencontainers.image.description "VMPooler plus all known providers" 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: # Then change directory into vmpooler-projects and build with:
FROM jruby:9.4.5.0-jdk11 FROM jruby:9.4.7.0-jdk11
LABEL org.opencontainers.image.description "VMPooler plus all known providers" LABEL org.opencontainers.image.description "VMPooler plus all known providers"