From 2fbff730b5cecc50a18338d7d5cb4fd208b7bb07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 08:05:27 +0000 Subject: [PATCH] fix: todolist-goof/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-APR-7838350 - https://snyk.io/vuln/SNYK-UBUNTU2204-BASH-3098342 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-7413877 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-7413894 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-7413894 --- todolist-goof/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist-goof/Dockerfile b/todolist-goof/Dockerfile index b8cdb36b8..b6371063d 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.100 +FROM tomcat:9.0.95 RUN mkdir /tmp/extracted_files COPY web.xml /usr/local/tomcat/conf/web.xml