From 91642ca42c5d58c35aec9f8086f4dc50056a1079 Mon Sep 17 00:00:00 2001 From: Christian Chiama Date: Mon, 7 Jan 2019 12:14:16 +0100 Subject: [PATCH] fix docker file fix docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 591e044b..d965655d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM folioci/openjdk8-jre:latest -ENV VERTICLE_FILE mod-marccat-1.1.0.jar +ENV VERTICLE_FILE mod-marccat-1.2.0.jar # Set the location of the verticles ENV VERTICLE_HOME /usr/verticles