This is an automated email from the ASF dual-hosted git repository. dixie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/geode.git
commit 6ec6d8cb1151e8c59d68fe2fb6ff90ea1a692664 Author: Dick Cavender <[email protected]> AuthorDate: Wed Sep 25 18:55:05 2019 -0700 apache-geode 1.10.0 --- docker/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4ece401..09d6cce 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 B75AE53E8131EC3732D00D8C176381A4F3EC0BEC # 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.9.0 +ENV GEODE_VERSION 1.10.0 # Binaries TGZ SHA-256 # https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256 -ENV GEODE_SHA256 8794808ebc89bc855f0b989b32e91e890d446cfd058e123f6ccb9e12597c1c4f +ENV GEODE_SHA256 d13a7e91d11ce14cc7ad3c024b25e541343653b8ad2a88d461a59fec97d59655 # http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
