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 Mar 5, 2024
1 parent 2da5e5b commit 32eb7d1
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.86-jdk17-temurin-jammy
FROM tomcat:11.0.0-jdk17-temurin-jammy
LABEL maintainer="Neoskop DevOps <[email protected]>"

# Setup custom entrypoint
Expand Down

0 comments on commit 32eb7d1

Please sign in to comment.