Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Update to latest Eclipse Vert.x community version #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/centos_vertx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down