From c05f5e6cb745680cf11ae113a7e6b42b2ff2913e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Mar 2022 16:07:34 +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-OPENSSL-1049135 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-1089073 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-1569474 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-2426347 - https://snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-2426347 --- 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..26fe108 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:9.0-jdk8-adoptopenjdk-hotspot RUN apt-get update \ && apt-get -y install --no-install-recommends wget \ && rm -rf /var/lib/apt/lists/*