From e019dee8137faa58e5128650568434873f271cae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 15:21:05 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20b4aaa..148e852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # API Dockerfile -FROM python:3.9-alpine +FROM python:3.13.0a3-alpine # Copy requirements file COPY requirements.txt .