From 01561f2f467567163ea4f6d1cdce0f89a88aa23e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 06:18:56 +0000 Subject: [PATCH] fix: node_modules/getos/tests/ubuntu/14.04/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 --- node_modules/getos/tests/ubuntu/14.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/getos/tests/ubuntu/14.04/Dockerfile b/node_modules/getos/tests/ubuntu/14.04/Dockerfile index 7bef03fa3..48b2c4a3d 100644 --- a/node_modules/getos/tests/ubuntu/14.04/Dockerfile +++ b/node_modules/getos/tests/ubuntu/14.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:trusty-20190425 RUN apt-get update && \ apt-get install -y --force-yes \