From 24dd225603e44a53063b5d60d2dae3a6e3442c07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Mar 2022 04:29:05 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-PCRE3-583594 - https://snyk.io/vuln/SNYK-UBUNTU2004-PERL-1930907 - https://snyk.io/vuln/SNYK-UBUNTU2004-SHADOW-577863 - https://snyk.io/vuln/SNYK-UBUNTU2004-SHADOW-577863 - https://snyk.io/vuln/SNYK-UBUNTU2004-TAR-1126791 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eae7cff..ed59040 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 RUN apt-get update RUN apt install -y python3 python3-pip wget RUN pip3 install --no-cache-dir setuptools