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"] }