From d53337c350f569d5b017ff98883eecf86e63988a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jul 2021 06:53:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-346739 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ef93cc..cf5f6a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210114 # Install dependencies RUN apt-get update \