Skip to content

Commit

Permalink
chore: update plugin cli version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 10, 2024
1 parent e659030 commit 5def99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/protobuf/Dockerfile.rust
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5def99c

Please sign in to comment.