From 0503d595c1891c2633ab1cb6379ddfcc8a930c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Qvarnstr=C3=B6m?= Date: Thu, 4 Jul 2019 09:37:36 +0200 Subject: [PATCH] Update to latest Eclipse Vert.x community version --- 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 9ba86405..a5cbe31c 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.3 +ARG VERTX_VERSION=3.7.1 ENV VERTX_GROUPID=io.vertx