From fce99f3194f42a00cde650e4e60794efcd19f6dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 04:18:24 +0000 Subject: [PATCH] fix: run/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-CYRUSSASL2-2408944 - https://snyk.io/vuln/SNYK-UBUNTU1404-CYRUSSASL2-2408944 --- run/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/Dockerfile b/run/Dockerfile index 0532601..a967cc4 100644 --- a/run/Dockerfile +++ b/run/Dockerfile @@ -1,5 +1,5 @@ # This dockerfile defines the expected runtime environment before the project is installed -FROM ubuntu:14.04 +FROM ubuntu:trusty-20190425 # Be sure to install any runtime dependencies RUN apt-get clean && apt-get update