Bump Tomcat 7 to 7.0.104
This commit is contained in:
parent
d307a559c0
commit
a90cb7679b
@ -1,5 +1,5 @@
|
|||||||
IMAGE motech_1.3.0-200621
|
IMAGE motech_1.3.0-200621
|
||||||
FROM alpine3.11-tomcat7_7.0.103-200621
|
FROM alpine3.11-tomcat7_7.0.104-200621
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Download Motech
|
# Download Motech
|
||||||
|
@ -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
|
FROM alpine3.11-java8_8.242.08-200621
|
||||||
|
|
||||||
RUN EOF
|
RUN EOF
|
||||||
# Install Tomcat 7
|
# 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
|
mv /srv/apache-tomcat-* /srv/tomcat
|
||||||
|
|
||||||
# Make catalina.sh available globally
|
# Make catalina.sh available globally
|
||||||
|
Loading…
Reference in New Issue
Block a user