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

jinwoo 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 a0782d487f GEODE-10570: update Dockerfile to apache-geode 2.0.1
a0782d487f is described below

commit a0782d487f1557c005e70afafeb1f0c7e2519126
Author: JinwooHwang <[email protected]>
AuthorDate: Fri Mar 27 15:13:02 2026 -0400

    GEODE-10570: update Dockerfile to apache-geode 2.0.1
    
    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 e7147e4237..8cf4e20008 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.0
+ENV GEODE_VERSION 2.0.1
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
8e53f8d843a13db2294fa61ef12f7ad40f9c316eb88843b1336b1b7d06f39343
+ENV GEODE_SHA256 
96a361d4e1869507c20ce0c7a845f2d0e1a58f2b52f48702655d720ba39a5cf2
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to