From 0444e1c52a0cff84a41ffadfde6ebf8de65bdcea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Dec 2021 06:53:11 +0000 Subject: [PATCH] fix: security-gateway/uaa/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1804-CURL-1585513 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-1049135 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-1089073 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-1569460 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-1569474 --- security-gateway/uaa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-gateway/uaa/Dockerfile b/security-gateway/uaa/Dockerfile index 1c635e8..d6254f9 100644 --- a/security-gateway/uaa/Dockerfile +++ b/security-gateway/uaa/Dockerfile @@ -1,4 +1,4 @@ -FROM tomcat:9.0.21-jdk8-adoptopenjdk-hotspot +FROM tomcat:jdk8-adoptopenjdk-hotspot RUN apt-get update \ && apt-get -y install --no-install-recommends wget \ && rm -rf /var/lib/apt/lists/*