Skip to content

Commit

Permalink
Bump jruby from 9.4.3.0-jdk11 to 9.4.5.0-jdk11 in /docker
Browse files Browse the repository at this point in the history
Bumps jruby from 9.4.3.0-jdk11 to 9.4.5.0-jdk11.

---
updated-dependencies:
- dependency-name: jruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent dea151d commit 6237369
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 6237369

Please sign in to comment.