From c9426f42636e42cea34d98968b21caccbf9d5ea1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Oct 2021 21:08:12 +0000 Subject: [PATCH] fix: run/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-406981 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059 - https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-546522 --- run/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/Dockerfile b/run/Dockerfile index 0532601..cdb3dd3 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-20190515 # Be sure to install any runtime dependencies RUN apt-get clean && apt-get update