Dockerfile build fix
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user