diff options
author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-02-25T18·20-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25T18·20-0500 |
commit | c1713cb00d5969dcb1a8b0775817d6b3d32886c3 (patch) | |
tree | 448eb308e4827cf4aedda41be6ea572fd4f4b798 /ci/kokoro/Dockerfile.fedora | |
parent | 3e4f8c025e7618abee90ae35e64f6577e96c1c2c (diff) |
feat: update protos to 2020-02-25 version (#37)
Update the dependencies based on the new protos.
Diffstat (limited to 'ci/kokoro/Dockerfile.fedora')
-rw-r--r-- | ci/kokoro/Dockerfile.fedora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/kokoro/Dockerfile.fedora b/ci/kokoro/Dockerfile.fedora index af3aa38037fc..c56ace3b1aaf 100644 --- a/ci/kokoro/Dockerfile.fedora +++ b/ci/kokoro/Dockerfile.fedora @@ -35,4 +35,4 @@ RUN chmod 755 /usr/bin/buildifier # "latest" version is updated, and we do not want the builds to break just # because some third party changed something. RUN pip install --upgrade pip -RUN pip install numpy cmake_format==0.5.2 +RUN pip install numpy cmake_format==0.6.9 |