From 5def99c8dc41c70e97ed1ae04bcb8e2961c95332 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 10 Oct 2024 12:26:42 +0100 Subject: [PATCH] chore: update plugin cli version in dockerfile --- examples/protobuf/Dockerfile.rust | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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