File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44FROM ubuntu:jammy AS build
55
66# 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 && \
88 apt-get clean && \
99 rm -rf /var/lib/apt/lists/*
1010
@@ -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.
4242RUN /mvn/mvnw help:evaluate -Dexpression=project.version -q -DforceStdout > /mvn/VERSION
4343
44- FROM tomcat:10.1.30-jdk17
44+ FROM tomcat:10.1.31-jdk21
4545LABEL maintainer="https://github.com/oracle/opengrok"
4646LABEL org.opencontainers.image.source="https://github.com/oracle/opengrok"
4747LABEL org.opencontainers.image.description="OpenGrok code search"
You can’t perform that action at this time.
0 commit comments