Skip to content

Commit

Permalink
Upgrade protobuf on the CI
Browse files Browse the repository at this point in the history
Now we can have the same version on both drone.io and AppVeyor, see PR #329 for the details.
  • Loading branch information
Maurizio Branca committed Aug 9, 2019
1 parent 7e547b0 commit b15d2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
unzip \
&& rm -rf /var/lib/apt/lists/*

ENV PROTOBUF_VER 3.8.0
ENV PROTOBUF_VER 3.9.1
ENV PATH="/miniconda/bin:${PATH}"

# NOTE: most of the following assume WORDKIR is '/'
Expand Down

0 comments on commit b15d2fd

Please sign in to comment.