From b94e2ac744b883988a107d2c84050a8874c62b2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jun 2022 05:48:55 +0000 Subject: [PATCH] fix: security-gateway/uaa/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-OPENJDKJRE-2767963 - https://snyk.io/vuln/SNYK-UPSTREAM-OPENJDKJRE-473431 - https://snyk.io/vuln/SNYK-UPSTREAM-OPENJDKJRE-565802 - https://snyk.io/vuln/SNYK-UPSTREAM-OPENJDKJRE-584582 - https://snyk.io/vuln/SNYK-UPSTREAM-OPENJDKJRE-584583 --- 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..c52a6ce 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-jdk8-adoptopenjdk-hotspot RUN apt-get update \ && apt-get -y install --no-install-recommends wget \ && rm -rf /var/lib/apt/lists/*