Skip to content

Commit 198631c

Browse files
[rest_gateway] Bump Go base image to 1.25 to fix Docker build (#2259)
- grpc-gateway/v2@v2.29.0 now requires Go >= 1.25.0 - go.mod is generated at build time via `go mod tidy` - golang Docker image defaults to GOTOOLCHAIN=local, blocking auto-upgrade - Bump base image from golang:1.24-bookworm to golang:1.25-bookworm
1 parent 23c5230 commit 198631c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest_gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bookworm AS build
1+
FROM golang:1.25-bookworm AS build
22

33
# Install protobuf compiler
44
RUN apt-get update && \

0 commit comments

Comments
 (0)