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 d52e9f4 update Dockerfile, geode version to apache-geode 1.13.2
d52e9f4 is described below
commit d52e9f4833659cede7ae30e90794f62f0350d0be
Author: Dick Cavender <[email protected]>
AuthorDate: Mon Mar 29 10:30:36 2021 -0700
update Dockerfile, geode version to apache-geode 1.13.2
---
.lgtm.yml | 2 +-
docker/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.lgtm.yml b/.lgtm.yml
index 070db64..b2a2ae6 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -2,7 +2,7 @@ extraction:
cpp:
configure:
command:
- - GEODE_VERSION=1.13.1
+ - GEODE_VERSION=1.13.2
- 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 43860c8..5bfbf2d 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.1
+ENV GEODE_VERSION 1.13.2
RUN wget
"https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz"
--quiet -O - | \
tar xzf -