FROM golang:1.19-alpine as builder RUN go install github.com/bufbuild/buf/cmd/buf@v1.17.0 RUN go install github.com/kyleconroy/sqlc/cmd/sqlc@latest