diff --git a/examples/protobuf/Dockerfile.rust b/examples/protobuf/Dockerfile.rust index d8df1aa9..09a42518 100644 --- a/examples/protobuf/Dockerfile.rust +++ b/examples/protobuf/Dockerfile.rust @@ -1,7 +1,7 @@ FROM rust:1-buster -ARG PACT_PLUGIN_CLI_VERSION=0.1.2 -ARG PACT_PLUGIN_PROTOBUF_VERSION=0.5.1 +ARG PACT_PLUGIN_CLI_VERSION=0.1.3 +ARG PACT_PLUGIN_PROTOBUF_VERSION=0.5.2 # Install deps RUN apt clean && apt update && apt install -y git-core gcc wget protobuf-compiler