From fc539aa46cecc36f1e39496bcd5e623ea2ddc7d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Apr 2021 06:16:28 +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-NETTLE-1090728 - https://snyk.io/vuln/SNYK-UBUNTU2004-NETTLE-1090728 - 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 82f4e89..5a5f5ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Set the base image to Ubuntu -FROM ubuntu +FROM ubuntu:groovy-20210325 # File Author / Maintainer MAINTAINER Karthik Gaekwad