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

dixie 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 88e780c  GEODE-10101: Update Dockerfile and vars
88e780c is described below

commit 88e780ca6f6ae07eac2420305fe53cbc82c8775a
Author: Dick Cavender <[email protected]>
AuthorDate: Fri Mar 18 09:45:47 2022 -0700

    GEODE-10101: Update Dockerfile and vars
    
    Native client hardcodes Geode version to test with in several places.
    Update native Dockerfile and other variables to apache-geode 1.14.4
---
 .lgtm.yml         | 2 +-
 .travis.yml       | 2 +-
 docker/Dockerfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index 50949d4..5c5635a 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -2,7 +2,7 @@ extraction:
   cpp:
     configure:
       command:
-        - GEODE_VERSION=1.14.3
+        - GEODE_VERSION=1.14.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/.travis.yml b/.travis.yml
index a365e68..30f0ab7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ services:
 env:
   global:
     - DOCKER_ARGS="--rm --volume=${TRAVIS_BUILD_DIR}:/geode-native"
-    - DOCKER_IMAGE="apachegeode/geode-native-build:1.14.3"
+    - DOCKER_IMAGE="apachegeode/geode-native-build:1.14.4"
     - SOURCE_DIR="/geode-native"
 
   matrix:
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b5428f7..77ab07b 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.14.3
+ENV GEODE_VERSION 1.14.4
 RUN wget 
"https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz";
 --quiet -O - | \
         tar xzf -
 

Reply via email to