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 Aug 8, 2023
1 parent b77cd70 commit 043daae
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 @@ -45,7 +45,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 043daae

Please sign in to comment.