Skip to content
Snippets Groups Projects
Unverified Commit bfeab77b authored by William Tucker's avatar William Tucker Committed by GitHub
Browse files

Update Tomcat to version 9

parent dab58685
No related branches found
No related tags found
No related merge requests found
Pipeline #613998 failed
......@@ -16,9 +16,9 @@ RUN mkdir -p $CATALINA_HOME
WORKDIR $CATALINA_HOME
# Download and install Tomcat 8
ARG TOMCAT_MAJOR_VERSION=8
ARG TOMCAT_VERSION=8.5.81
ARG TOMCAT_SHA512=729387275cce4a0900289722f6c70ebcf7aee924af671b110b8ea8577fd6d045d47f17d526c8db5fd41c8590102e7f5100e95e89f7fd511b941565812ecbed35
ARG TOMCAT_MAJOR_VERSION=9
ARG TOMCAT_VERSION=9.0.94
ARG TOMCAT_SHA512=14d941808565bac5913b94d3ad24e1d783ab1dfb29b7aee32b9ce1b5c7629a3a836b944b8ee7990d1719e75cf8cc928efdf682cdd4b908eaa77c69cd37e9f436
ARG TOMCAT_URL=https://archive.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR_VERSION/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz
RUN curl -fsSL -o tomcat.tar.gz $TOMCAT_URL && \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum --strict --check && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment