From 9db2faf0952a2346d8726b84e32099e804688df6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 12:30:30 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-11191065 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-12675067 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-12675066 - https://snyk.io/vuln/SNYK-ALPINE321-MUSL-8720634 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14ead24..ac66710 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:alpine3.21 ENV PYTHONUNBUFFERED=1