Skip to content

Commit

Permalink
chore(deps): update tomcat docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 9559322 commit 2131cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/runtime-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /root
COPY entrypoint ./
RUN mvn -T 1C package

FROM tomcat:9.0.88-jdk17-temurin-jammy
FROM tomcat:11.0.0-jdk17-temurin-jammy
LABEL maintainer="Neoskop DevOps <devops@neoskop.de>"

# Setup custom entrypoint
Expand Down

0 comments on commit 2131cbb

Please sign in to comment.