From 59ddb60aa2707d69c2233c15b2bee2b3b136e21b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 May 2025 14:56:00 +0000 Subject: [PATCH] fix: syntax/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 --- syntax/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/Dockerfile b/syntax/Dockerfile index b645b54..4d3a0fa 100644 --- a/syntax/Dockerfile +++ b/syntax/Dockerfile @@ -1,5 +1,5 @@ # Using python:3.9-alpine image -FROM python:3.9-alpine +FROM python:3.13.3-alpine # Defining working directory and copy the requirements file WORKDIR /usr/src/myapp COPY requirements.txt .