Skip to content

Commit

Permalink
chore(deps): update tomcat:9-jdk21 docker digest to 0d27b87
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent d15ecf6 commit f18e4d4
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 @@ -30,7 +30,7 @@
# # downloading gradle every time which takes ALOT and allows for caching
# RUN gradle war

FROM tomcat:9-jdk21@sha256:f7c4623aa616f46473003b325246befcc5fe7120b39b07c977dd44057bbdc306
FROM tomcat:9-jdk21@sha256:0d27b87a413f82a1016a9be85139b33a5f422efbd1519d5b4a0a898e7ef77785

# If not using multistage: docker file expects the war file to be in the build/libs folder.
# if we build it outside we can use github action gradle caching
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@sha256:f7c4623aa616f46473003b325246befcc5fe7120b39b07c977dd44057bbdc306
FROM tomcat:9-jdk21@sha256:0d27b87a413f82a1016a9be85139b33a5f422efbd1519d5b4a0a898e7ef77785

RUN adduser tomcat

Expand Down

0 comments on commit f18e4d4

Please sign in to comment.