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.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 1f4daa2  GEODE-10100: update Dockerfile to apache-geode 1.13.8
1f4daa2 is described below

commit 1f4daa25d694a1050dc45ffa7bd72f3715d909dc
Author: Dick Cavender <[email protected]>
AuthorDate: Tue Mar 15 15:00:20 2022 -0700

    GEODE-10100: update Dockerfile to apache-geode 1.13.8
    
    The Dockerfile is updated _after_ the release is already tagged,
    because it needs to embed the sha256 of the release
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index c73a503..6e79f81 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -32,10 +32,10 @@ ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.13.7
+ENV GEODE_VERSION 1.13.8
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
87fa5a6030e6de3a3773fc8a93064ce5f7a3b712f38e1845c0bad4870e4f016b
+ENV GEODE_SHA256 
b5fc105ce0a16aaf7ba341668e022d458b18d6d2c44705a8c79c42077c6d8229
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to