From 7a9656adb68e895abc4264ea384721b395a6ab8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:13:14 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12a9331d..5edca5de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # (opm.agents.chat, AIMLChatEngine). No API key or other external credential # is needed -- AIML pattern matching runs entirely offline against the # bundled aiml_data. -FROM python:3.12-slim +FROM python:3.14-slim RUN apt-get update && apt-get install -y --no-install-recommends curl \ && rm -rf /var/lib/apt/lists/*