Skip to content

Commit 56bafeb

Browse files
dependabot[bot]vladak
authored andcommitted
Bump tomcat from 10.1.39-jdk17 to 10.1.40-jdk17
Bumps tomcat from 10.1.39-jdk17 to 10.1.40-jdk17. --- updated-dependencies: - dependency-name: tomcat dependency-version: 10.1.40-jdk17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11e2e0a commit 56bafeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.39-jdk17
44+
FROM tomcat:10.1.40-jdk17
4545
LABEL maintainer="https://github.com/oracle/opengrok"
4646
LABEL org.opencontainers.image.source="https://github.com/oracle/opengrok"
4747
LABEL org.opencontainers.image.description="OpenGrok code search"

0 commit comments

Comments
 (0)