From cc23ef1dafbd5256fd7633dfe9d568328ce08420 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 11:21:49 +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..4041416 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.3 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.3 WORKDIR /usr/src/app