From 8b17cf16eeca67c649caffbf99650700636962eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Dec 2024 05:37:09 +0000 Subject: [PATCH] fix: components/requests_store/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-KRB5-8366395 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 --- components/requests_store/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/requests_store/Dockerfile b/components/requests_store/Dockerfile index d9d7031..06bc75d 100644 --- a/components/requests_store/Dockerfile +++ b/components/requests_store/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.14.0a1-alpine ADD . / RUN pip install -r requirements.txt EXPOSE 5002