FROM docker.io/golang:1.23-bookworm RUN apt-get update && apt-get install -y \ git \ make \ && rm -rf /var/lib/apt/lists/* # buf for proto codegen (optional, skip if not needed yet) # RUN go install github.com/bufbuild/buf/cmd/buf@latest WORKDIR /workspace