File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
FROM ubuntu:jammy AS build
5
5
6
6
# hadolint ignore=DL3008
7
- RUN apt-get update && apt-get install --no-install-recommends -y openjdk-17 -jdk python3 python3-venv && \
7
+ RUN apt-get update && apt-get install --no-install-recommends -y openjdk-21 -jdk python3 python3-venv && \
8
8
apt-get clean && \
9
9
rm -rf /var/lib/apt/lists/*
10
10
@@ -41,7 +41,7 @@ RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
41
41
# Store the version in a file so that the tools can report it.
42
42
RUN /mvn/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION
43
43
44
- FROM tomcat:10.1.30-jdk17
44
+ FROM tomcat:10.1.31-jdk21
45
45
LABEL maintainer="https://github.com/oracle/opengrok"
46
46
LABEL org.opencontainers.image.source="https://github.com/oracle/opengrok"
47
47
LABEL org.opencontainers.image.description="OpenGrok code search"
You can’t perform that action at this time.
0 commit comments