From 80fadcb82b5e1936a7a0a165aefbe5eca7fe19da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Feb 2023 07:06:26 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340915 - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-2340923 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-SQLITE3-3011634 - https://snyk.io/vuln/SNYK-DEBIAN10-ZLIB-2976149 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d82154e..4d581f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0b3-slim-buster +FROM python:3.11-slim-buster RUN /usr/local/bin/python -m pip install --upgrade pip RUN pip install django