Bump Tomcat 8.5 to 8.5.56

This commit is contained in:
Disassembler 2020-06-21 08:36:30 +02:00
parent e0a071e9e5
commit 1fb67a69f9
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
IMAGE mifosx_18.03.01-200621
FROM alpine3.11-tomcat8.5_8.5.53-200621
FROM alpine3.11-tomcat8.5_8.5.56-200621
RUN EOF
# Install full-featured wget to work around sourceforge bugs

View File

@ -1,5 +1,5 @@
IMAGE opendatakit_2.0.5-200621
FROM alpine3.11-tomcat8.5_8.5.53-200621
FROM alpine3.11-tomcat8.5_8.5.56-200621
RUN EOF
# Download OpenDataKit

View File

@ -1,9 +1,9 @@
IMAGE alpine3.11-tomcat8.5_8.5.53-200621
IMAGE alpine3.11-tomcat8.5_8.5.56-200621
FROM alpine3.11-java8_8.242.08-200621
RUN EOF
# Install Tomcat 8.5
wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.53/bin/apache-tomcat-8.5.53.tar.gz -O - | tar xzf - -C /srv
wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.56/bin/apache-tomcat-8.5.56.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-tomcat-* /srv/tomcat
# Make catalina.sh available globally