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 509a03f commit 64f04bcCopy full SHA for 64f04bc
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.76
+ENV TOMCAT_VERSION 7.0.77
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