From f201c81210ec2a4aad39c33449a3a75fdbeaee2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Feb 2022 22:02:12 +0000 Subject: [PATCH] fix: app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2331802 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2331808 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2331811 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2359255 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-2384928 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 5468994..4117301 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.10.0b3 ADD . /app WORKDIR /app RUN pip install -r requirements.txt