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 40615fd commit 4c29cfeCopy full SHA for 4c29cfe
UnicodeJsps/Dockerfile
@@ -12,7 +12,7 @@ FROM openjdk:16-alpine AS build
12
# way to manage this.
13
RUN apk add --update apache-ant
14
# Some version of tomcat. Just used for API, does not have to match TOMCATVERSION
15
-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
+ARG TOMCAT_API=https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=tomcat/tomcat-9/v9.0.39/bin/apache-tomcat-9.0.39.tar.gz
16
RUN mkdir -p /usr/local/lib && cd /usr/local/lib/ && wget "${TOMCAT_API}" -O - | tar xfpz - && ln -svf apache-tomcat-* ./tomcat
17
18
WORKDIR /home
0 commit comments