uber / prototool

Your Swiss Army Knife for Protocol Buffers
MIT License
5.05k stars 345 forks source link

Latest Prototool Dockerfile using old version of grpc-gateway #553

Closed jeffreyyong closed 4 years ago

jeffreyyong commented 4 years ago

I'm using Prototool to generate some code related to grpc-gateway, however from this latest version of the Dockerfile, it seems like the plugin for grpc-gateway is using GRPC_GATEWAY_VERSION=1.8.5 .

I would like to use this particular template in the latest branch of grpc-gateway but it is not available in version 1.8.5, I'm wondering if there's a way to change the version of the plugin in prototool configuration?

smaye81 commented 4 years ago

We will be updating dependencies for the v1.11.0 release. You can build your own Dockerfile based on the Prototool one in the meantime though, upgrading all necessary deps that you require.

smaye81 commented 4 years ago

Closing in favor of https://github.com/uber/prototool/issues/558