From bcc2be4a9efd12b6f556569f77bba35e5deb0dc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Aug 2023 02:42:10 +0000 Subject: [PATCH] fix: todolist-goof/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-CURL-5561923 - https://snyk.io/vuln/SNYK-UBUNTU2204-CURL-5561951 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 --- todolist-goof/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist-goof/Dockerfile b/todolist-goof/Dockerfile index 3d4c4fdfda..b27bc2eae6 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.21 +FROM tomcat:8.5.89 RUN mkdir /tmp/extracted_files COPY web.xml /usr/local/tomcat/conf/web.xml