Skip to content

Commit

Permalink
Merge pull request #12 from thiagarajanb/snyk-fix-3d142a80a7a18b2bbe9…
Browse files Browse the repository at this point in the history
…9086824b59243

[Snyk] Security upgrade tomcat from 9.0.95 to 9.0.95-jdk8-corretto-al2
  • Loading branch information
thiagarajanb authored Oct 24, 2024
2 parents d5c4036 + 356f4ac commit 7c34177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todolist-goof/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY todolist-web-common todolist-web-common
COPY todolist-web-struts todolist-web-struts
RUN --mount=target=$HOME/.m2,type=cache mvn install

FROM tomcat:9.0.95
FROM tomcat:9.0.95-jdk8-corretto-al2

RUN mkdir /tmp/extracted_files
COPY web.xml /usr/local/tomcat/conf/web.xml
Expand Down

0 comments on commit 7c34177

Please sign in to comment.