From 17bc2912426e6bc652fc4b9b03813d7ee052ae79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 09:40:33 +0000 Subject: [PATCH] fix: syntax/Dockerfile to reduce vulnerabilities --- syntax/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/Dockerfile b/syntax/Dockerfile index b645b54..9b2015a 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.0rc1-alpine # Defining working directory and copy the requirements file WORKDIR /usr/src/myapp COPY requirements.txt .