From 4c9b35d5e2b4f4529b9477928045b0ec9b34441d Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Mon, 13 Apr 2026 14:32:08 +0200 Subject: [PATCH] Dockerfile build fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a72843..6ff6f00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # =============================================================== # Stage 1: Build mcp-auth-proxy from source # =============================================================== -FROM golang:1.23-bookworm AS auth-proxy-builder +FROM golang:1.25-bookworm AS auth-proxy-builder RUN git clone https://github.com/sigbit/mcp-auth-proxy.git /build \ && cd /build \