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 7abf91c commit 1d50395Copy full SHA for 1d50395
docker/seldon-server/Dockerfile
@@ -20,7 +20,7 @@ RUN mkdir -p "$CATALINA_HOME"
20
WORKDIR $CATALINA_HOME
21
22
ENV TOMCAT_MAJOR 7
23
-ENV TOMCAT_VERSION 7.0.78
+ENV TOMCAT_VERSION 7.0.82
24
ENV TOMCAT_TGZ_URL https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz
25
26
RUN set -x \
0 commit comments