Skip to content

Commit 6b2b196

Browse files
authored
updated serena dockerfile (#769)
2 parents 3dfce12 + 2bbaf24 commit 6b2b196

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

containers/serena-mcp-server/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Optimized for Python, Go, and TypeScript support with minimal image size
33

44
# 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
5+
FROM golang:1.25-alpine AS gopls-builder
6+
# Pin to gopls v0.21.0 which is compatible with Go 1.25
7+
RUN go install golang.org/x/tools/gopls@v0.21.0
88

99
# Stage 2: Final image
1010
FROM python:3.11-slim

0 commit comments

Comments
 (0)