Bump gitea-mcp builder to Go 1.24 to satisfy toolchain requirement
gitea-mcp@v1.0.1 requires go >= 1.26 toolchain directive which Go 1.22 cannot handle. Go 1.24 supports automatic toolchain resolution.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22-alpine AS gitea-mcp-builder
|
FROM golang:1.24-alpine AS gitea-mcp-builder
|
||||||
RUN go install gitea.com/gitea/gitea-mcp@latest
|
RUN go install gitea.com/gitea/gitea-mcp@latest
|
||||||
|
|
||||||
FROM node:20-alpine AS base
|
FROM node:20-alpine AS base
|
||||||
|
|||||||
Reference in New Issue
Block a user