From 5c50c3bad70ea52df250bf04f79b04300159abcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 02:38:56 +0000 Subject: [PATCH] fix: modelcontextprotocol/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-13174593 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-13174593 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-13174597 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-13174597 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- modelcontextprotocol/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelcontextprotocol/Dockerfile b/modelcontextprotocol/Dockerfile index 6d5e70b0..f658526b 100644 --- a/modelcontextprotocol/Dockerfile +++ b/modelcontextprotocol/Dockerfile @@ -16,7 +16,7 @@ RUN python -m venv /app/.venv ENV PATH="/app/.venv/bin:$PATH" RUN uv sync --no-cache-dir --no-dev --python /app/.venv/bin/python -FROM python:3.12-slim-bookworm AS runtime +FROM python:3.14.0-slim-bookworm AS runtime RUN groupadd -r appuser && useradd -r -g appuser -m -d /home/appuser appuser