Skip to content

Commit b2df7c9

Browse files
Update Dockerfile
Why not use `java:8-jre` instead of `java:8` which is JDK and image size is double of `java:8-jre`.
1 parent 2b2682e commit b2df7c9

File tree

1 file changed

+1
-1
lines changed
  • docker-examples/vertx-docker-java-fatjar

1 file changed

+1
-1
lines changed

docker-examples/vertx-docker-java-fatjar/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# docker run -t -i -p 8080:8080 sample/vertx-java-fat
77
###
88

9-
FROM java:8
9+
FROM java:8-jre
1010

1111
ENV VERTICLE_FILE hello-verticle-fatjar-3.2.1-fat.jar
1212

0 commit comments

Comments
 (0)