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

JinwooHwang pushed a commit to branch support/2.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/2.0 by this push:
     new 1f113b5197 GEODE-10584: update Dockerfile to apache-geode 2.0.2
1f113b5197 is described below

commit 1f113b5197517d289c8ef043f8c2c9e00704e9e3
Author: JinwooHwang <[email protected]>
AuthorDate: Sat May 30 06:08:45 2026 -0400

    GEODE-10584: update Dockerfile to apache-geode 2.0.2
    
    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 8cf4e20008..28c309ca8f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -28,10 +28,10 @@ ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 2.0.1
+ENV GEODE_VERSION 2.0.2
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
96a361d4e1869507c20ce0c7a845f2d0e1a58f2b52f48702655d720ba39a5cf2
+ENV GEODE_SHA256 
a1a875d5df88d80ae2953def1b0811ee8a466010a5b897682356740bdf19bb7c
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to