From 2241a853f0273c68cef733bceb47fd5720bd8b96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Feb 2022 21:31:17 +0000 Subject: [PATCH] fix: app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2359255 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2359255 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2384928 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2384928 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 5468994..69c1af2 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.10.0b2 ADD . /app WORKDIR /app RUN pip install -r requirements.txt