Skip to content

Commit b791954

Browse files
committed
switch to Tomcat 10.1
1 parent 84afc8f commit b791954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
3939
# Store the version in a file so that the tools can report it.
4040
RUN mvn help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION
4141

42-
FROM tomcat:10.0-jdk11
42+
FROM tomcat:10.1-jdk11
4343
LABEL maintainer="https://github.com/oracle/opengrok"
4444

4545
# Add Perforce apt source.

0 commit comments

Comments
 (0)