From cd328418705f9f481fa9e24d9e9b19297a95a174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:16:15 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20docker.io/l?= =?UTF-8?q?ibrary/python=20(3.12=20=E2=86=92=203.14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/whatsapp-mcp-toolhive/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/whatsapp-mcp-toolhive/Dockerfile b/apps/whatsapp-mcp-toolhive/Dockerfile index 2086002eb..94c894179 100644 --- a/apps/whatsapp-mcp-toolhive/Dockerfile +++ b/apps/whatsapp-mcp-toolhive/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ WORKDIR /src/whatsapp-bridge RUN CGO_ENABLED=1 go build -trimpath -ldflags="-s -w" -o /out/whatsapp-bridge . -FROM docker.io/library/python:3.12-slim-bookworm +FROM docker.io/library/python:3.14-slim-bookworm ARG VERSION RUN apt-get update \