From 8f6beb706c9dcdf793d4c8b22e426b9f5537a3dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jul 2023 03:22:41 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-336351 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-358683 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-358714 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-358772 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-358843 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab073e6c47..33ff4a4f74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /usr/src/goof WORKDIR /usr/src/goof 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 --chown=tomcat:tomcat web.xml /usr/local/tomcat/conf/web.xml