Skip to content

Commit 4495e96

Browse files
committed
bump Tomcat to 10.1.19
fixes #4558
1 parent 0f4d205 commit 4495e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2024 Oracle and/or its affiliates. All rights reserved.
22
# Portions Copyright (c) 2020, Chris Fraire <cfraire@me.com>.
33

44
FROM ubuntu:jammy AS build
@@ -41,7 +41,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
4141
# Store the version in a file so that the tools can report it.
4242
RUN /mvn/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION
4343

44-
FROM tomcat:10.1.16-jdk17
44+
FROM tomcat:10.1.19-jdk17
4545
LABEL maintainer="https://github.com/oracle/opengrok"
4646

4747
# Add Perforce apt source.

0 commit comments

Comments
 (0)