Skip to content

Commit

Permalink
build(deps): bump library/tomcat in /src/server-rm
Browse files Browse the repository at this point in the history
Bumps library/tomcat from 10-jre17 to 11-jre17.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 51f958c commit 4ca3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-rm/tomcat.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . /src
WORKDIR /src
RUN mvn -B --no-transfer-progress -DskipTests clean package -pl server-rm -am -Pwith-jstl-impl

FROM docker.io/library/tomcat:10-jre17
FROM docker.io/library/tomcat:11-jre17

# do not write log files, log everything to the Docker daemon
COPY --from=build /src/server-rm/config/tomcat-log.properties $CATALINA_BASE/conf/logging.properties
Expand Down

0 comments on commit 4ca3af5

Please sign in to comment.