This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new e9b4911 apache-geode 1.13.0
e9b4911 is described below
commit e9b491189a59ad00028661b12b8b2528f24bb458
Author: Dave Barnes <[email protected]>
AuthorDate: Wed Sep 9 11:00:42 2020 -0700
apache-geode 1.13.0
---
docker/Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 384778a..a05df1d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -41,12 +41,12 @@ RUN apt-get update && \
update-alternatives --install /usr/bin/clang-tidy clang-tidy
/usr/bin/clang-tidy-${CLANG_VERSION} 999 && \
update-alternatives --install /usr/bin/clang-format clang-format
/usr/bin/clang-format-${CLANG_VERSION} 999
-ENV GEODE_VERSION 1.9.0
-RUN wget
"https://www.apache.org/dyn/closer.cgi?action=download&filename=geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz"
--quiet -O - | \
+ENV GEODE_VERSION 1.13.0
+RUN wget
"https://downloads.apache.org/geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz"
--quiet -O - | \
tar xzf -
ENV RAT_VERSION 0.13
-RUN wget
"https://www.apache.org/dyn/closer.cgi?action=download&filename=creadur/apache-rat-${RAT_VERSION}/apache-rat-${RAT_VERSION}-bin.tar.gz"
--quiet -O - | \
+RUN wget
"https://archive.apache.org/dist/creadur/apache-rat-${RAT_VERSION}/apache-rat-${RAT_VERSION}-bin.tar.gz"
--quiet -O - | \
tar xzf -
ENV CMAKE_VERSION 3.12.2