From c4ad3971c3044aeff72c2733a0259c824fa5df6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 21:22:18 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358682 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340820 - https://snyk.io/vuln/SNYK-DEBIAN8-GIT-340907 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309313 - https://snyk.io/vuln/SNYK-DEBIAN8-WGET-300469 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d2591b..83f393d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.3 +FROM python:3.8 MAINTAINER yehiyam@gmail.com RUN apt-get update && apt-get install --yes nano python3-pip RUN pip3 install --upgrade pip