From 6b5bc343007999d982c00a93a69e798e9a8a301e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 13:26:56 +0000 Subject: [PATCH] fix: api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-SQLITE-9712341 --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 78705cb..19def96 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.18-alpine +FROM python:3.14.2-alpine LABEL maintainer="Mutation Maker https://github.com/Merck/Mutation_Maker" ENV CELERY_BROKER_URL redis://redis:6379/0