From d9885f34396992fe2e58e9fffe4718ba61369f0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 16:23:12 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 - https://snyk.io/vuln/SNYK-DEBIAN9-MARIADB101-1087460 - https://snyk.io/vuln/SNYK-DEBIAN9-MARIADB101-1087460 - https://snyk.io/vuln/SNYK-DEBIAN9-MARIADB101-1087460 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91e42b6..e0d6c70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.8 +FROM python:3.12.0rc2 COPY . /scene_text_extractor WORKDIR /scene_text_extractor