We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dfce12 + 2bbaf24 commit 6b2b196Copy full SHA for 6b2b196
1 file changed
containers/serena-mcp-server/Dockerfile
@@ -2,9 +2,9 @@
2
# Optimized for Python, Go, and TypeScript support with minimal image size
3
4
# Stage 1: Build gopls
5
-FROM golang:1.24-alpine AS gopls-builder
6
-# Pin to gopls v0.17.1 which is compatible with Go 1.24
7
-RUN go install golang.org/x/tools/gopls@v0.17.1
+FROM golang:1.25-alpine AS gopls-builder
+# Pin to gopls v0.21.0 which is compatible with Go 1.25
+RUN go install golang.org/x/tools/gopls@v0.21.0
8
9
# Stage 2: Final image
10
FROM python:3.11-slim
0 commit comments