From c14be1f7a1d6e0f50c6b62284193bca28dc7ef2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 13:43:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908298 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908299 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-15121256 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-15121256 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d008ce1..efa8cf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-alpine +FROM python:3.14.3-alpine LABEL version="2025.04.01" LABEL description="Deasilsoft/a2j"