Switch Sigmah to Tomcat 8.5

This commit is contained in:
Disassembler 2019-03-01 12:23:36 +01:00
parent 4f81baf02f
commit d0751b1f2c
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 2 additions and 2 deletions

View File

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

View File

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