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 e431b3dfb0 Update Dockerfile for 1.15.2 (#7931)
e431b3dfb0 is described below

commit e431b3dfb00d986474c518618fbe703ec50a77ac
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Sep 26 10:03:25 2025 +0200

    Update Dockerfile for 1.15.2 (#7931)
    
    With this change the Docker image builds, but I haven't tried running it
    yet.
---
 docker/Dockerfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index fd95042c30..a00a9ab3c5 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -22,16 +22,17 @@ RUN apk add --no-cache \
                bash \
                ncurses
 
-ENV GEODE_GPG 1A3694A1448840FC3B1137B2CAE347D5AE2E5C93
+# https://github.com/apache/geode/blob/develop/KEYS
+ENV GEODE_GPG 62F7DA41B7D8F26C
 
 ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.15.1
+ENV GEODE_VERSION 1.15.2
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
2668970982d373ef42cff5076e7073b03e82c8e2fcd7757d5799b2506e265d57
+ENV GEODE_SHA256 
60d190b07b4dabd83a86bfa21acab7ed38d2eccaabe4bc5baabab0981cf7910a
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to