Skip to content

Commit ea96def

Browse files
committed
use Tomcat 10.0
fixes #4078
1 parent aa5e7d1 commit ea96def

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-jdk11
42+
FROM tomcat:10.0-jdk11
4343
LABEL maintainer="https://github.com/oracle/opengrok"
4444

4545
# install dependencies and Python tools

0 commit comments

Comments
 (0)