Skip to content

Commit

Permalink
Bump tomcat from 10.1.30-jdk17 to 11.0.2-jdk17
Browse files Browse the repository at this point in the history
Bumps tomcat from 10.1.30-jdk17 to 11.0.2-jdk17.

---
updated-dependencies:
- dependency-name: tomcat
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 05519d9 commit 35b3d8b
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.30-jdk17
FROM tomcat:11.0.2-jdk17
LABEL maintainer="https://github.com/oracle/opengrok"
LABEL org.opencontainers.image.source="https://github.com/oracle/opengrok"
LABEL org.opencontainers.image.description="OpenGrok code search"
Expand Down

0 comments on commit 35b3d8b

Please sign in to comment.