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