From 741ef171ae7963b3956fe586c500ff4f07754a1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 04:44:15 +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-LZ4-1278678 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-1290722 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-1290722 - 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..9f1b08a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Set the base image to Ubuntu -FROM ubuntu +FROM ubuntu:groovy-20210416 # File Author / Maintainer MAINTAINER Karthik Gaekwad