Skip to content

Commit 8554072

Browse files
authored
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
2 parents 683e1e6 + 808260d commit 8554072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# RUN:
99
# docker run -e VMPOOLER_CONFIG -p 80:4567 -it vmpooler
1010

11-
FROM jruby:9.4.5.0-jdk11
11+
FROM jruby:9.4.7.0-jdk11
1212

1313
LABEL org.opencontainers.image.description "VMPooler plus all known providers"
1414

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Then change directory into vmpooler-projects and build with:
1010

1111

12-
FROM jruby:9.4.5.0-jdk11
12+
FROM jruby:9.4.7.0-jdk11
1313

1414
LABEL org.opencontainers.image.description "VMPooler plus all known providers"
1515

0 commit comments

Comments
 (0)