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 Oct 2, 2024
1 parent 894d6c5 commit ac9ef1a
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 @@ -29,7 +29,7 @@
# # downloading gradle every time which takes ALOT and allows for caching
# RUN gradle war

FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44
FROM tomcat:10-jdk21@sha256:f8d4d17b11c6aaea409a26c093fb79a7800b650c50e915783dc5168bb1adbd1a

# 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,7 +1,7 @@
# OLD DOCKERFILE
# keeping it for reference
# this was meant to be used for development purposes
FROM tomcat:9-jdk21@sha256:8c247ee5bf39eaefcd6c457d468b04f11773e10a2bb0eb47281da9d91f0e4b44
FROM tomcat:10-jdk21@sha256:f8d4d17b11c6aaea409a26c093fb79a7800b650c50e915783dc5168bb1adbd1a

RUN adduser tomcat

Expand Down

0 comments on commit ac9ef1a

Please sign in to comment.