From b64857a2e2392fc18ccc363faefb86ca31e19b54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 00:20:01 +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 448429f..53f22c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ # https://caveofcode.com/2017/06/how-to-setup-a-vpn-connection-from-inside-a-pod-in-kubernetes/ ####### -FROM ubuntu:latest +FROM ubuntu:22.04 LABEL maintainer="Asihsh K Sahoo " ENV LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \