From cde7175dba60d30738abcfe6098b20adbb1ee220 Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Tue, 2 Jan 2018 22:25:01 +0100 Subject: [PATCH] Use OpenJDK 8 with Alpine as a base image Rationale: smaller footprint, and java not maintained anymore. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a23a3596..b4d6bf34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # docker run -t -i -p 8080:8080 sample/vertx-java-fat ### -FROM java:openjdk-8-jdk +FROM openjdk:8-alpine ENV CONF_FILE vertx-starter-main/conf/default-conf.json ENV VERTICLE_FILE vertx-starter-main/target/vertx-starter-main-1.0.0-SNAPSHOT-fat.jar