Bump Tomcat 7 to 7.0.104

This commit is contained in:
Disassembler 2020-06-21 08:33:20 +02:00
parent d307a559c0
commit a90cb7679b
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
IMAGE motech_1.3.0-200621
FROM alpine3.11-tomcat7_7.0.103-200621
FROM alpine3.11-tomcat7_7.0.104-200621
RUN EOF
# Download Motech

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat7_7.0.103-200621
IMAGE alpine3.11-tomcat7_7.0.104-200621
FROM alpine3.11-java8_8.242.08-200621
RUN EOF
# Install Tomcat 7
wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.103/bin/apache-tomcat-7.0.103.tar.gz -O - | tar xzf - -C /srv
wget https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.104/bin/apache-tomcat-7.0.104.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally