From ea87b90f213aae3951314dd2ca9768ec58ce16ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:16:10 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20docker.io/l?= =?UTF-8?q?ibrary/golang=20(1.24=20=E2=86=92=201.26)?= 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..acc918137 100644 --- a/apps/whatsapp-mcp-toolhive/Dockerfile +++ b/apps/whatsapp-mcp-toolhive/Dockerfile @@ -2,7 +2,7 @@ ARG VERSION -FROM docker.io/library/golang:1.24-bookworm AS builder +FROM docker.io/library/golang:1.26-bookworm AS builder ARG VERSION WORKDIR /src RUN apt-get update \