diff options
Diffstat (limited to 'ci')
-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 |