Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent c4c1d2f commit a9399c3
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.29-jdk17
FROM tomcat:10.1.30-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 a9399c3

Please sign in to comment.