From 9a003e0593019d752a413d974b9f3b11cca6e1e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 04:10:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-DPKG-2847996 - https://snyk.io/vuln/SNYK-UBUNTU2204-E2FSPROGS-2801319 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-2807615 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-2807639 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-2789081 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82f4e89..8efa78f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Set the base image to Ubuntu -FROM ubuntu +FROM ubuntu:22.04 # File Author / Maintainer MAINTAINER Karthik Gaekwad