From 2becf05b7f2bb33d4fd2d665cb5e6b789ee42c1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Apr 2025 08:01:43 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d637bde..61a2f9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:3.13.3-alpine3.21 RUN apk add --no-cache --virtual .build-deps \ gcc libxml2-dev libxslt-dev musl-dev linux-headers \