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

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


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

commit 7638102abbc550e0e87f8151d71a49b402bd3bd6
Author: Dick Cavender <[email protected]>
AuthorDate: Tue Jan 25 15:56:00 2022 -0800

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

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 9e8a580..cba1054 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -25,17 +25,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.14.2
+ENV GEODE_VERSION 1.14.3
 # Binaries TGZ SHA-256
 # 
https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
-ENV GEODE_SHA256 
78d6d6c0534ef32396e8de790fb7318d70b7c85894c046916ff8db401b9472fd
+ENV GEODE_SHA256 
5efb1c71db34ba3b7ce1004579f8b9b7a43eae30f42c37837d5abd68c6d778bd
 
 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
 

Reply via email to