Skip to content

Commit b15d2fd

Browse files
author
Maurizio Branca
committed
Upgrade protobuf on the CI
Now we can have the same version on both drone.io and AppVeyor, see PR #329 for the details.
1 parent 7e547b0 commit b15d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfiles/CI/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55
unzip \
66
&& rm -rf /var/lib/apt/lists/*
77

8-
ENV PROTOBUF_VER 3.8.0
8+
ENV PROTOBUF_VER 3.9.1
99
ENV PATH="/miniconda/bin:${PATH}"
1010

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

0 commit comments

Comments
 (0)