Skip to content

Commit

Permalink
Merge pull request #4 from robshakir/main
Browse files Browse the repository at this point in the history
Update to protolint 0.31.0
  • Loading branch information
jpreese authored Apr 6, 2021
2 parents 9bb5aed + 645f49d commit 842bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.11.2

RUN apk add curl

ARG PROTOLINT_VERSION=0.23.1
ARG PROTOLINT_VERSION=0.31.0
RUN curl -LO https://github.com/yoheimuta/protolint/releases/download/v${PROTOLINT_VERSION}/protolint_${PROTOLINT_VERSION}_Linux_x86_64.tar.gz \
&& tar xf protolint_${PROTOLINT_VERSION}_Linux_x86_64.tar.gz \
&& chmod +x protolint \
Expand Down

0 comments on commit 842bb05

Please sign in to comment.