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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new e8d64d7  update Dockerfile to apache-geode 1.12.8
e8d64d7 is described below

commit e8d64d722bd97dd9c4af65ca854d05f29dba2276
Author: Dick Cavender <[email protected]>
AuthorDate: Thu Jan 13 15:15:15 2022 -0800

    update Dockerfile to apache-geode 1.12.8
---
 docker/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0747fe8..8830aaa 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -26,17 +26,17 @@ RUN apk add --no-cache \
 #       8763 31B4 5A97 E382 D1BD  FB44 4482 0F9C ABF4 396F
 # uid       [  undef ] Mike Stolz <[email protected]>
 # sub   4096R/3871E6AD 2018-04-12 [expires: 2022-04-12]
-ENV GEODE_GPG DB5476815A475574577D442B468A4800EAFB2498
+ENV GEODE_GPG 4EF7D5CB5C453A02954B0B9A1ACF9902D7D9EFBC
 # TODO does this change per-release like other Apache projects? (and thus 
needs to be a list of full fingerprints from a KEYS file instead?)
 
 ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.12.7
+ENV GEODE_VERSION 1.12.8
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
de5f35027090ffeed537c7c9f2bc04cb4bf7e9ca36a5dc9b121addf0f515a3d2
+ENV GEODE_SHA256 
a732eb9ce85da0e845ed4526f4ea7042c376238a9e35e9fe03a674900ee64dc8
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to