Change tomcat download url 45/29745/1 amsterdam
authorluxin <luxin7@huawei.com>
Wed, 31 Jan 2018 06:15:59 +0000 (14:15 +0800)
committerlu xin <luxin7@huawei.com>
Wed, 31 Jan 2018 06:17:17 +0000 (06:17 +0000)
Change-Id: I5698f6ff0e91e1c8ac64a36f7c7919cc8fe9c88b
Issue-ID: VFC-696
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/docker/Dockerfile

index 29c1ac9..a369848 100644 (file)
@@ -29,7 +29,7 @@ COPY init-mysql.sh .
 
 # 30-tomcat.txt - AUTOGENERATED, DO NOT MODIFY MANUALLY
 # Set up tomcat
-RUN wget -q http://mirrors.ocf.berkeley.edu/apache/tomcat/tomcat-8/v8.5.24/bin/apache-tomcat-8.5.24.tar.gz && tar --strip-components=1 -xf apache-tomcat-8.5.24.tar.gz && rm -f apache-tomcat-8.5.24.tar.gz && rm -rf webapps && mkdir -p webapps/ROOT
+RUN wget -q http://mirrors.ocf.berkeley.edu/apache/tomcat/tomcat-8/v8.5.27/bin/apache-tomcat-8.5.27.tar.gz && tar --strip-components=1 -xf apache-tomcat-8.5.27.tar.gz && rm -f apache-tomcat-8.5.27.tar.gz && rm -rf webapps && mkdir -p webapps/ROOT
 RUN echo 'export CATALINA_OPTS="$CATALINA_OPTS -Xms64m -Xmx256m -XX:MaxPermSize=64m"' > /service/bin/setenv.sh
 ENV CATALINA_HOME /service