From 9a79d16234e9e99982a97d8af39fe27c4186ea52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 09:54:19 +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(-) mode change 100755 => 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 index 46b1ec0..9f824dc --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.18-alpine as base +FROM python:3.14.3-alpine as base # >3.10 has optimizations that break shared memory of variables # IF you are updating the version of Python, it will need EXTENSIVE testing