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 May 30, 2024
1 parent 26c601e commit c0fbf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN ./gradlew war

## MULTI STAGE

FROM tomcat:9-jdk21-temurin-jammy
FROM tomcat:10-jdk21-temurin-jammy@sha256:077388ab6bf11b4a9565877eb3a39a20c73ca70f21a42a9d82d2348ad3535e1b

COPY --from=BUILD_IMAGE /home/app/build/libs/* /usr/local/tomcat/webapps

Expand Down
2 changes: 1 addition & 1 deletion docker/tomcat.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk21-temurin-jammy
FROM tomcat:10-jdk21-temurin-jammy@sha256:077388ab6bf11b4a9565877eb3a39a20c73ca70f21a42a9d82d2348ad3535e1b

RUN adduser tomcat

Expand Down

0 comments on commit c0fbf7b

Please sign in to comment.