From 049fce9a18dd995651ebc6d5723ac87ba9630b90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Dec 2025 10:08:51 +0000 Subject: [PATCH] fix: python/goals-api-sfdc/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 --- python/goals-api-sfdc/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/goals-api-sfdc/Dockerfile b/python/goals-api-sfdc/Dockerfile index e978a77..e473ac6 100644 --- a/python/goals-api-sfdc/Dockerfile +++ b/python/goals-api-sfdc/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.14.2 WORKDIR /usr/src/app @@ -16,7 +16,7 @@ COPY README.md . RUN pip install --no-cache-dir --upgrade setuptools wheel RUN python setup.py bdist_wheel -FROM python:3.6 +FROM python:3.14.2 WORKDIR /usr/src/app