From 934729af2d93de04f3c3a708b6daf96d323e88bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2024 00:15:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358493 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358558 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358771 - https://snyk.io/vuln/SNYK-DEBIAN8-PIXMAN-278313 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b989ff..e6f6a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Run via: # docker run --rm -p 8080:8080 -i -t psiinon/bodgeit -FROM tomcat:8.0 +FROM tomcat:8.5.99 MAINTAINER Simon Bennetts "psiinon@gmail.com" RUN curl -s -L https://github.com/psiinon/bodgeit/releases/download/1.4.0/bodgeit.war > bodgeit.war && \