From 087a86feeaaf26ddda7490db37e98e6e629692b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 04:47:21 +0000 Subject: [PATCH] fix: websphere-liberty/8.5.5/production-install/wget/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-EXPAT-2403847 - https://snyk.io/vuln/SNYK-UBUNTU1404-EXPAT-2404052 --- websphere-liberty/8.5.5/production-install/wget/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websphere-liberty/8.5.5/production-install/wget/Dockerfile b/websphere-liberty/8.5.5/production-install/wget/Dockerfile index a8b3bd65c..1b1b8666d 100644 --- a/websphere-liberty/8.5.5/production-install/wget/Dockerfile +++ b/websphere-liberty/8.5.5/production-install/wget/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