From 5d7ffbf136629e94cf5188df6fab9031d855890d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 03:25:19 +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-1585507 - 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/*