From 71ac9a9b27ea2f07c186e815f8ffb3cca184f16c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Sep 2025 00:52:33 +0000 Subject: [PATCH] fix: modelcontextprotocol/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- modelcontextprotocol/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelcontextprotocol/Dockerfile b/modelcontextprotocol/Dockerfile index 6d5e70b0..8ea9e92c 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.0rc3-slim-bookworm AS runtime RUN groupadd -r appuser && useradd -r -g appuser -m -d /home/appuser appuser