File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ FROM openjdk:${JDKVERSION}-alpine AS build
66# way to manage this.
77RUN apk add --update apache-ant
88# Some version of tomcat. Just used for API, does not have to match TOMCATVERSION
9- ARG TOMCAT_API=http ://apache.mirrors.hoobly.com/ tomcat/tomcat-9/v9.0.34 /bin/apache-tomcat-9.0.34 .tar.gz
10- RUN mkdir -p /usr/local/lib && cd /usr/local/lib/ && wget ${TOMCAT_API} -O - | tar xfpz - && ln -svf apache-tomcat-* ./tomcat
9+ ARG TOMCAT_API=https ://www. apache.org/dyn/ mirrors/mirrors.cgi?action=download&filename= tomcat/tomcat-9/v9.0.37 /bin/apache-tomcat-9.0.37 .tar.gz
10+ RUN mkdir -p /usr/local/lib && cd /usr/local/lib/ && wget " ${TOMCAT_API}" -O - | tar xfpz - && ln -svf apache-tomcat-* ./tomcat
1111
1212WORKDIR /home
1313ADD . /home/
You can’t perform that action at this time.
0 commit comments