From 40334d1305a9243da8253c403195c278bf9d3168 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Oct 2025 12:02:03 +0000 Subject: [PATCH] fix: todolist-goof/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-13173858 - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-13173858 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-10379114 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-10379114 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- todolist-goof/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist-goof/Dockerfile b/todolist-goof/Dockerfile index 4f62466d2..36e324665 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:11.0.6 +FROM tomcat:11.0.13 RUN mkdir /tmp/extracted_files COPY web.xml /usr/local/tomcat/conf/web.xml