From fd09611d904f5611050aec1859376a03139446eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 00:45:39 +0000 Subject: [PATCH] fix: websphere-liberty/8.5.5/production-install/add/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-3234995 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059 - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-2426359 - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-3314800 --- websphere-liberty/8.5.5/production-install/add/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websphere-liberty/8.5.5/production-install/add/Dockerfile b/websphere-liberty/8.5.5/production-install/add/Dockerfile index ef1b33e27..caa80fe75 100644 --- a/websphere-liberty/8.5.5/production-install/add/Dockerfile +++ b/websphere-liberty/8.5.5/production-install/add/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:14.04 +FROM ubuntu:trusty-20190425 MAINTAINER Kavitha Suresh Kumar