From e090d9dd303e094e1391c593c242dedaf4b0125e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Aug 2025 18:53:57 +0000 Subject: [PATCH] fix: syntax/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-SQLITE-10872094 --- syntax/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/Dockerfile b/syntax/Dockerfile index b645b54..88804de 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.14.0rc2-alpine # Defining working directory and copy the requirements file WORKDIR /usr/src/myapp COPY requirements.txt .