You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2021/03/29 17:32:04 UTC

[geode-native] branch support/1.13 updated: update Dockerfile to apache-geode 1.13.2

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

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


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new f009f22  update Dockerfile to apache-geode 1.13.2
f009f22 is described below

commit f009f22202d7142bafb199d119da52edf28c4622
Author: Dick Cavender <di...@apache.org>
AuthorDate: Mon Mar 29 10:30:36 2021 -0700

    update Dockerfile to apache-geode 1.13.2
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 90fb2a8..40dbe02 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 -