We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e2e0a commit 56bafebCopy full SHA for 56bafeb
Dockerfile
@@ -41,7 +41,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
41
# Store the version in a file so that the tools can report it.
42
RUN /mvn/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION
43
44
-FROM tomcat:10.1.39-jdk17
+FROM tomcat:10.1.40-jdk17
45
LABEL maintainer="https://github.com/oracle/opengrok"
46
LABEL org.opencontainers.image.source="https://github.com/oracle/opengrok"
47
LABEL org.opencontainers.image.description="OpenGrok code search"
0 commit comments