You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2019/08/07 20:56:30 UTC

[geode-native] branch develop updated: GEODE-7056: Update Geode version in CI

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 9655181  GEODE-7056: Update Geode version in CI
     new ea9c590  Merge pull request #509 from Nordix/feature/GEODE-7056
9655181 is described below

commit 9655181e1973951ab233d8a61ed21c9c2a2c5ac5
Author: Alberto Bustamante Reyes <al...@users.noreply.github.com>
AuthorDate: Wed Aug 7 17:40:32 2019 +0200

    GEODE-7056: Update Geode version in CI
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index c60d3c1..7a153ba 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -41,7 +41,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.6.0
+ENV GEODE_VERSION 1.9.0
 RUN wget "https://www.apache.org/dyn/closer.cgi?action=download&filename=geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz" --quiet -O - | \
         tar xzf -