From d0751b1f2c0e0ffe5cb2b91ad57593ea0c6485a8 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 1 Mar 2019 12:23:36 +0100 Subject: [PATCH] Switch Sigmah to Tomcat 8.5 --- sigmah/lxcfile | 2 +- sigmah/meta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sigmah/lxcfile b/sigmah/lxcfile index ab88dae..f081677 100644 --- a/sigmah/lxcfile +++ b/sigmah/lxcfile @@ -1,7 +1,7 @@ IMAGE sigmah LAYER shared/alpine3.9 LAYER shared/alpine3.9-java8 -LAYER shared/alpine3.9-tomcat8 +LAYER shared/alpine3.9-tomcat8.5 LAYER sigmah/sigmah RUN EOF diff --git a/sigmah/meta b/sigmah/meta index 0960371..3ead125 100644 --- a/sigmah/meta +++ b/sigmah/meta @@ -6,5 +6,5 @@ "version": "0.0.1", "release": "0", "license": "GPL", - "depends": ["alpine3.9-tomcat8", "postgres"] + "depends": ["alpine3.9-tomcat8.5", "postgres"] }