Skip to content

Commit

Permalink
build(deps): bump tomcat in /remoting/src/main/docker
Browse files Browse the repository at this point in the history
Bumps tomcat from 9-jre11-temurin to 10-jre11-temurin.

---
updated-dependencies:
- dependency-name: tomcat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent e72d15b commit 956d334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN mv /opt/lib/spring-web-5.3.28.jar . && \
# Runtime Container: Currently based on Tomcat 9 (and the "old" Java Servlet API until RDF4J upgrades)
##

FROM tomcat:9-jre11-temurin
FROM tomcat:10-jre11-temurin

ENV JAVA_OPTS="-Xmx2g"
ENV CATALINA_OPTS="-Dorg.eclipse.rdf4j.appdata.basedir=/var/rdf4j"
Expand Down

0 comments on commit 956d334

Please sign in to comment.