From d4ff98ce88891dee0b5cc2e6dec1d4bebdaff057 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Oct 2022 21:15:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1298721 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1300249 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fb93cb..388161e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # gitsome # # # ########################################################## -FROM python:3.7 +FROM python:3.10.7-slim RUN pip install Pillow