This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 5ae6824  update Dockerfile and other variables to apache-geode 1.13.4
5ae6824 is described below

commit 5ae682481a2c13e74d81dad842ecdf5bb956c5fc
Author: Dick Cavender <di...@apache.org>
AuthorDate: Thu Jul 29 12:45:32 2021 -0700

    update Dockerfile and other variables to apache-geode 1.13.4
    
    (cherry picked from commit 108ef07234c244460033604d903337436ee03959)
---
 .lgtm.yml         | 2 +-
 docker/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index 3abe21e..363bb1c 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -2,7 +2,7 @@ extraction:
   cpp:
     configure:
       command:
-        - GEODE_VERSION=1.13.3
+        - GEODE_VERSION=1.13.4
         - mkdir _lgtm_build_dir
         - cd _lgtm_build_dir
         - wget -O apache-geode.tgz 
https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 72aad6d..3bbb2a2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -46,7 +46,7 @@ RUN apt-get update && \
         update-alternatives --install /usr/bin/clang-tidy    clang-tidy    
/usr/bin/clang-tidy-${CLANG_VERSION} 999 && \
         update-alternatives --install /usr/bin/clang-format  clang-format  
/usr/bin/clang-format-${CLANG_VERSION} 999
 
-ENV GEODE_VERSION 1.13.3
+ENV GEODE_VERSION 1.13.4
 RUN wget 
"https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz";
 --quiet -O - | \
         tar xzf -
 

Reply via email to