Skip to content

Commit

Permalink
Merge pull request #1 from thiagarajanb/snyk-fix-1004e6bc6a9f2d84714c…
Browse files Browse the repository at this point in the history
…c3a08f402542

[Snyk] Security upgrade tomcat from 8.5.21 to 8.5.100
  • Loading branch information
thiagarajanb authored Oct 24, 2024
2 parents 40f435a + e59ba4f commit c760ff1
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:8.5.21
FROM tomcat:8.5.100

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

0 comments on commit c760ff1

Please sign in to comment.