Skip to content

Commit

Permalink
Merge pull request #149 from puppetlabs/dependabot/docker/docker/jrub…
Browse files Browse the repository at this point in the history
…y-9.4.5.0-jdk11

Bump jruby from 9.4.3.0-jdk11 to 9.4.5.0-jdk11 in /docker
  • Loading branch information
yachub authored Dec 14, 2023
2 parents dea151d + 6237369 commit 5ac8fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5ac8fb9

Please sign in to comment.