We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8271de commit 3d5fb16Copy full SHA for 3d5fb16
Dockerfile_Tomcat_CentOs
@@ -6,9 +6,9 @@ RUN mkdir /opt/tomcat/
6
7
WORKDIR /opt/tomcat
8
#RUN curl -O http://mirrors.estointernet.in/apache/tomcat/tomcat-8/v8.5.45/bin/apache-tomcat-8.5.45.tar.gz
9
-ADD http://mirrors.estointernet.in/apache/tomcat/tomcat-8/v8.5.45/bin/apache-tomcat-8.5.45.tar.gz .
+ADD http://apachemirror.wuchna.com/tomcat/tomcat-8/v8.5.46/bin/apache-tomcat-8.5.46.tar.gz .
10
RUN tar xvfz apache*.tar.gz
11
-RUN mv apache-tomcat-8.5.45/* /opt/tomcat/.
+RUN mv apache-tomcat-8.5.46/* /opt/tomcat/.
12
RUN yum -y install java
13
RUN java -version
14
0 commit comments