Bump Tomcat 8.5 to 8.5.56
This commit is contained in:
parent
e0a071e9e5
commit
1fb67a69f9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user