docker-protobuf
docker-protobuf copied to clipboard
Update the `latest` tag in docker hub
Currently the latest
tag in docker hub is 1 year old. I've spent some time debugging why some features were not working and it was because of the latest
tag image.
https://hub.docker.com/r/znly/protoc/tags/
https://github.com/znly/docker-protobuf/issues/49#issuecomment-460610504
I have the same problem. Latest seems to be fixed on 0.1.0, which means protobuf 3.4.1 < 3.5.0, which means no reserved enum values.
https://github.com/TheThingsIndustries/docker-protobuf has protobuf 3.7.0
, which is the version vendored in gRPC 1.19.1
(https://github.com/grpc/grpc/tree/v1.19.1/third_party)