From 3e5199628656eab76e77d50630e9d07c4351a8d6 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 1 Mar 2019 12:22:43 +0100 Subject: [PATCH] Switch Motech to Tomcat 7 --- motech/lxcfile | 2 +- motech/meta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/motech/lxcfile b/motech/lxcfile index 43a2382..1895097 100644 --- a/motech/lxcfile +++ b/motech/lxcfile @@ -1,7 +1,7 @@ IMAGE motech LAYER shared/alpine3.9 LAYER shared/alpine3.9-java8 -LAYER shared/alpine3.9-tomcat8 +LAYER shared/alpine3.9-tomcat7 LAYER motech/motech RUN EOF diff --git a/motech/meta b/motech/meta index 96c335c..428e124 100644 --- a/motech/meta +++ b/motech/meta @@ -6,5 +6,5 @@ "version": "0.0.1", "release": "0", "license": "GPL", - "depends": ["alpine3.9-tomcat8", "activemq", "postgres"] + "depends": ["alpine3.9-tomcat7", "activemq", "postgres"] }