Skip to content

Commit e431b3d

Browse files
authored
Update Dockerfile for 1.15.2 (#7931)
With this change the Docker image builds, but I haven't tried running it yet.
1 parent b9feb9a commit e431b3d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ RUN apk add --no-cache \
2222
bash \
2323
ncurses
2424

25-
ENV GEODE_GPG 1A3694A1448840FC3B1137B2CAE347D5AE2E5C93
25+
# https://github.com/apache/geode/blob/develop/KEYS
26+
ENV GEODE_GPG 62F7DA41B7D8F26C
2627

2728
ENV GEODE_HOME /geode
2829
ENV PATH $PATH:$GEODE_HOME/bin
2930

3031
# https://geode.apache.org/releases/
31-
ENV GEODE_VERSION 1.15.1
32+
ENV GEODE_VERSION 1.15.2
3233
# Binaries TGZ SHA-256
3334
# https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
34-
ENV GEODE_SHA256 2668970982d373ef42cff5076e7073b03e82c8e2fcd7757d5799b2506e265d57
35+
ENV GEODE_SHA256 60d190b07b4dabd83a86bfa21acab7ed38d2eccaabe4bc5baabab0981cf7910a
3536

3637
# http://apache.org/dyn/closer.cgi/geode/1.3.0/apache-geode-1.3.0.tgz
3738

0 commit comments

Comments
 (0)