From 996a1f231e8c1d252b12ade696ec8b517fe87fec Mon Sep 17 00:00:00 2001 From: Dov Shlachter Date: Mon, 27 Jan 2020 14:18:53 -0800 Subject: [PATCH] Bump protoc-docs-plugin version to 0.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0dd10bc..a8e14507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -129,7 +129,7 @@ RUN curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar -o /usr/loca && cd / # Used to add docstrings to the Python protoc output. -RUN pip3 install protoc-docs-plugin==0.4.0 +RUN pip3 install protoc-docs-plugin==0.5.0 # Install .NET Core SDK ENV DOTNET_SDK_VERSION 1.0.4