From eac6316259d3cb625d1e9845860a72a20dd31d30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Apr 2021 06:59:41 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-BASH-581100 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-576079 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-582552 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ffe3ea..83a53be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Set the base image to Ubuntu -FROM ubuntu +FROM ubuntu:rolling # File Author / Maintainer MAINTAINER Karthik Gaekwad