From 05fd139f0727fd7bf3ed84a325001de63b905c50 Mon Sep 17 00:00:00 2001 From: Vandana Verma Date: Tue, 1 Aug 2023 23:50:52 +0530 Subject: [PATCH] Revert "[Snyk] Security upgrade tomcat from 8.5.21 to 8.5.89" --- todolist-goof/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist-goof/Dockerfile b/todolist-goof/Dockerfile index b27bc2eae6..3d4c4fdfda 100644 --- a/todolist-goof/Dockerfile +++ b/todolist-goof/Dockerfile @@ -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.89 +FROM tomcat:8.5.21 RUN mkdir /tmp/extracted_files COPY web.xml /usr/local/tomcat/conf/web.xml