From 7862e10f038d304ec79cdee46f7fb1e1842325bd Mon Sep 17 00:00:00 2001 From: Hiep Le <69354317+hieptl@users.noreply.github.com> Date: Sun, 11 Jan 2026 01:00:44 +0700 Subject: [PATCH] chore: update enterprise/Dockerfile (#12355) --- enterprise/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/Dockerfile b/enterprise/Dockerfile index 7b50748ffb..e4f0997f75 100644 --- a/enterprise/Dockerfile +++ b/enterprise/Dockerfile @@ -24,7 +24,7 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* # Install Python packages with security fixes -RUN pip install alembic psycopg2-binary cloud-sql-python-connector pg8000 gspread stripe python-keycloak asyncpg sqlalchemy[asyncio] resend tenacity slack-sdk ddtrace "posthog>=6.0.0" "limits==5.2.0" coredis prometheus-client shap scikit-learn pandas numpy && \ +RUN pip install alembic psycopg2-binary cloud-sql-python-connector pg8000 gspread stripe python-keycloak asyncpg sqlalchemy[asyncio] resend tenacity slack-sdk ddtrace "posthog>=6.0.0" "limits==5.2.0" coredis prometheus-client shap scikit-learn pandas numpy google-cloud-recaptcha-enterprise && \ # Update packages with known CVE fixes pip install --upgrade \ "mcp>=1.10.0" \