Skip to content

Commit

Permalink
Merge pull request #70 from gipo355/renovate/tomcat-9-jdk21
Browse files Browse the repository at this point in the history
chore(deps): update tomcat:9-jdk21 docker digest to 8c247ee
  • Loading branch information
alex-beggiato authored Aug 1, 2024
2 parents c9ead64 + 1290367 commit cf24abd
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:89f53b8cc6e34622b9c486b6bf366f06703aae873d0ca08f00f53fc7fd407f71
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44

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:89f53b8cc6e34622b9c486b6bf366f06703aae873d0ca08f00f53fc7fd407f71
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44

# 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:89f53b8cc6e34622b9c486b6bf366f06703aae873d0ca08f00f53fc7fd407f71
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44
COPY build/libs/* /usr/local/tomcat/webapps

EXPOSE ${PORT}
Expand Down

0 comments on commit cf24abd

Please sign in to comment.