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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 3ff8f6f  GEODE-10101: update Dockerfile to apache-geode 1.14.4
3ff8f6f is described below

commit 3ff8f6f124feb6adac3ef504f99ad62062552ce8
Author: Dick Cavender <[email protected]>
AuthorDate: Fri Mar 18 09:45:42 2022 -0700

    GEODE-10101: update Dockerfile to apache-geode 1.14.4
    
    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 cba1054..d4cd6a9 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.14.3
+ENV GEODE_VERSION 1.14.4
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
5efb1c71db34ba3b7ce1004579f8b9b7a43eae30f42c37837d5abd68c6d778bd
+ENV GEODE_SHA256 
7dd214f41d2bb1187efc83f054028e6f747a7d4ec7c417dcd003edbcd1e1f59b
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to