From 227fb7ea0a644953c693af9d831630e228479530 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 08:26:03 +0000 Subject: [PATCH] fix: servers/mcp-neo4j-data-modeling/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-TAR-5696683 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681241 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681241 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681177 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681177 --- servers/mcp-neo4j-data-modeling/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/mcp-neo4j-data-modeling/Dockerfile b/servers/mcp-neo4j-data-modeling/Dockerfile index d6f9574..298d9fc 100644 --- a/servers/mcp-neo4j-data-modeling/Dockerfile +++ b/servers/mcp-neo4j-data-modeling/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13.8-slim # Set working directory WORKDIR /app