Skip to content

Commit 1d50395

Browse files
committed
update tomcat version
1 parent 7abf91c commit 1d50395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/seldon-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p "$CATALINA_HOME"
2020
WORKDIR $CATALINA_HOME
2121

2222
ENV TOMCAT_MAJOR 7
23-
ENV TOMCAT_VERSION 7.0.78
23+
ENV TOMCAT_VERSION 7.0.82
2424
ENV TOMCAT_TGZ_URL https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz
2525

2626
RUN set -x \

0 commit comments

Comments
 (0)