Switch Motech to Tomcat 7
This commit is contained in:
parent
bf1c8b3fbf
commit
3e51996286
@ -1,7 +1,7 @@
|
|||||||
IMAGE motech
|
IMAGE motech
|
||||||
LAYER shared/alpine3.9
|
LAYER shared/alpine3.9
|
||||||
LAYER shared/alpine3.9-java8
|
LAYER shared/alpine3.9-java8
|
||||||
LAYER shared/alpine3.9-tomcat8
|
LAYER shared/alpine3.9-tomcat7
|
||||||
LAYER motech/motech
|
LAYER motech/motech
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"release": "0",
|
"release": "0",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
"depends": ["alpine3.9-tomcat8", "activemq", "postgres"]
|
"depends": ["alpine3.9-tomcat7", "activemq", "postgres"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user