From b0882774811389670cb005e238761c142014ea99 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Thu, 31 Jan 2019 18:03:45 +0100 Subject: [PATCH] Update Eclipse Vertx 3.6.3 (#233) * update vert.x version to 3.6.3 Signed-off-by: Clement Escoffier --- recipes/centos_vertx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/centos_vertx/Dockerfile b/recipes/centos_vertx/Dockerfile index 76863593..9ba86405 100644 --- a/recipes/centos_vertx/Dockerfile +++ b/recipes/centos_vertx/Dockerfile @@ -14,7 +14,7 @@ EXPOSE 8080 5005 LABEL che:server:8080:ref=vertx che:server:8080:protocol=http che:server:5005:ref=vertx-debug che:server:5005:protocol=http ARG JAVA_VERSION=1.8.0 -ARG VERTX_VERSION=3.6.0 +ARG VERTX_VERSION=3.6.3 ENV VERTX_GROUPID=io.vertx