Dockerfile build fix

This commit is contained in:
2026-04-13 14:32:08 +02:00
parent b46a6a21b9
commit 4c9b35d5e2

View File

@@ -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 \