Switch Motech to Tomcat 7

This commit is contained in:
Disassembler 2019-03-01 12:22:43 +01:00
parent bf1c8b3fbf
commit 3e51996286
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -6,5 +6,5 @@
"version": "0.0.1",
"release": "0",
"license": "GPL",
"depends": ["alpine3.9-tomcat8", "activemq", "postgres"]
"depends": ["alpine3.9-tomcat7", "activemq", "postgres"]
}