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 aa5e7d1 commit ea96defCopy full SHA for ea96def
Dockerfile
@@ -39,7 +39,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
39
# Store the version in a file so that the tools can report it.
40
RUN mvn help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION
41
42
-FROM tomcat:10-jdk11
+FROM tomcat:10.0-jdk11
43
LABEL maintainer="https://github.com/oracle/opengrok"
44
45
# install dependencies and Python tools
0 commit comments