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 0d7ace5 commit 4b66e81Copy full SHA for 4b66e81
Dockerfile
@@ -33,7 +33,7 @@ RUN mvn -DskipTests=true -Dmaven.javadoc.skip=true -B -V package
33
RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
34
35
FROM tomcat:9-jdk11
36
-LABEL maintainer="opengrok-dev@yahoogroups.com"
+LABEL maintainer="https://github.com/oracle/opengrok"
37
38
# install dependencies and Python tools
39
RUN apt-get update && \
0 commit comments