From 7409624918ea605df46365c449e5292b25eda8f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 13:26:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120884 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120885 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120886 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120910 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121112 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3095345..96f0481 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest stable Python 3.10 and Alpine image -FROM python:3.13.9-alpine3.22 +FROM python:3.14.3-alpine3.22 # Set environment variables to avoid writing bytecode and unbuffered output ENV PYTHONDONTWRITEBYTECODE=1