Skip to content

Commit

Permalink
chore(deps): update tomcat docker tag to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent cf24abd commit e5887d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/tomcat-angular-boilerplate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44
FROM tomcat:10-jdk21@sha256:77e194ed29250987815cb89b8be96bb05a145a0299ed8a1d30a268c1a3e23680

RUN mkdir -p /usr/local/tomcat/webapps/angular-test-app

Expand Down
2 changes: 1 addition & 1 deletion apps/tomcat-api-boilerplate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44
FROM tomcat:10-jdk21@sha256:77e194ed29250987815cb89b8be96bb05a145a0299ed8a1d30a268c1a3e23680

# COPY ./wars/* /usr/local/tomcat/webapps
COPY dist/libs/jakarta-base-rest/* /usr/local/tomcat/webapps
Expand Down
2 changes: 1 addition & 1 deletion libs/jakarta-base-rest/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44
FROM tomcat:10-jdk21@sha256:77e194ed29250987815cb89b8be96bb05a145a0299ed8a1d30a268c1a3e23680
COPY build/libs/* /usr/local/tomcat/webapps

EXPOSE ${PORT}
Expand Down

0 comments on commit e5887d2

Please sign in to comment.