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 0f4d205 commit 4495e96Copy full SHA for 4495e96
Dockerfile
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
2
# Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
3
4
FROM ubuntu:jammy AS build
@@ -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.16-jdk17
+FROM tomcat:10.1.19-jdk17
45
LABEL maintainer="https://github.com/oracle/opengrok"
46
47
# Add Perforce apt source.
0 commit comments