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

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


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new f181311a8e GEODE-10569: update Dockerfile to apache-geode 1.15.3
f181311a8e is described below

commit f181311a8e029282825abd9ced758eb1377097ec
Author: JinwooHwang <[email protected]>
AuthorDate: Tue Mar 31 14:15:20 2026 -0400

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

diff --git a/docker/Dockerfile b/docker/Dockerfile
index a00a9ab3c5..502232eeba 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -23,16 +23,16 @@ RUN apk add --no-cache \
                ncurses
 
 # https://github.com/apache/geode/blob/develop/KEYS
-ENV GEODE_GPG 62F7DA41B7D8F26C
+ENV GEODE_GPG 5C3DA8FBB1052F4DF1DEB1EF62F7DA41B7D8F26C
 
 ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.15.2
+ENV GEODE_VERSION 1.15.3
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
60d190b07b4dabd83a86bfa21acab7ed38d2eccaabe4bc5baabab0981cf7910a
+ENV GEODE_SHA256 
39af2ec7998777e070f31a8c2d8ab998b018a7f9b018fc4d9adb0510339c8a87
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to