From 49d2d254c4e535003791474ecb0d5369febdaf5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Sep 2021 18:47:49 +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..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