From 2cb27551e96a84f96f09d8311f32b642ba69b5bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jun 2023 20:41:01 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-3314585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-3314606 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-3314607 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-5661563 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d82154e..5ceb398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0b3-slim-buster +FROM python:3-slim-buster RUN /usr/local/bin/python -m pip install --upgrade pip RUN pip install django