Skip to content

Commit

Permalink
slim image used instead of alpine for Java 8 and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jun 2, 2018
1 parent a9aeb9d commit 08efd27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DistDockerTask extends DefaultTask {
private String getLinuxBaseImage() {
switch (settings.javaVersion) {
case JavaVersion.VERSION_1_8:
'openjdk:8u151-jre-alpine'
'openjdk:8u171-jre-slim'
break
case JavaVersion.VERSION_1_9:
'openjdk:9.0.4-12-jre-slim'
Expand Down

0 comments on commit 08efd27

Please sign in to comment.