From 6ed513d67e401cdef9d1868ed597c535c5f8146e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 15:01:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-12675067 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-11191065 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-12675066 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14ead24..752e17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.14.0a3-alpine3.21 +FROM python:3.14.1-alpine3.21 ENV PYTHONUNBUFFERED=1