From 26a36c68fdc48f37cc70b028976f93932834d39c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 16:52:24 +0000 Subject: [PATCH] fix: todolist-goof/movesyncTest/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENJDK8-383518 --- todolist-goof/movesyncTest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist-goof/movesyncTest/Dockerfile b/todolist-goof/movesyncTest/Dockerfile index 3d4c4fdfda..8baa1b96cb 100644 --- a/todolist-goof/movesyncTest/Dockerfile +++ b/todolist-goof/movesyncTest/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.96 RUN mkdir /tmp/extracted_files COPY web.xml /usr/local/tomcat/conf/web.xml