From b12ddd528e746ebefa1cfcb7ecacc4eb86e398f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2024 22:30:07 +0000 Subject: [PATCH] fix: docker/build/Dockerfile.source to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-466505 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-466508 - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2331805 - https://snyk.io/vuln/SNYK-DEBIAN9-EXPAT-2405935 - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 --- docker/build/Dockerfile.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build/Dockerfile.source b/docker/build/Dockerfile.source index f82bd13830fa..d991e9e62b8d 100644 --- a/docker/build/Dockerfile.source +++ b/docker/build/Dockerfile.source @@ -10,7 +10,7 @@ WORKDIR /deploy/sakai RUN git checkout ${release} && mvn clean install sakai:deploy -Dmaven.test.skip=true -FROM tomcat:9.0.20-jre8 +FROM tomcat:9.0.86-jre8 COPY lib/server.xml /usr/local/tomcat/conf/server.xml COPY lib/context.xml /usr/local/tomcat/conf/context.xml