From 01f411d0f69f7baa8eaddcf92a121c9bb094d636 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Mar 2022 23:46:09 +0000 Subject: [PATCH] fix: sample-app/redisearch-python-rest/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-EXPAT-2406128 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406 --- sample-app/redisearch-python-rest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-app/redisearch-python-rest/Dockerfile b/sample-app/redisearch-python-rest/Dockerfile index 0da5d70..fecb7bf 100644 --- a/sample-app/redisearch-python-rest/Dockerfile +++ b/sample-app/redisearch-python-rest/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.10 +FROM python:3.9.10 WORKDIR /app ADD . /app