Skip to content

Commit

Permalink
bump Tomcat to 10.1.26
Browse files Browse the repository at this point in the history
fixes #4593
  • Loading branch information
dkr91 authored and vladak committed Jul 17, 2024
1 parent 688531b commit 32d4e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
# Store the version in a file so that the tools can report it.
RUN /mvn/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION

FROM tomcat:10.1.19-jdk17
FROM tomcat:10.1.26-jdk17
LABEL maintainer="https://github.com/oracle/opengrok"

# Add Perforce apt source.
Expand Down

0 comments on commit 32d4e67

Please sign in to comment.