You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2020/03/31 18:33:57 UTC

[geode-native] 01/02: apache-geode 1.12.0

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

echobravo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit c73c1f36edc5cb203e686ddb8bae05470416ce50
Author: Ernie Burghardt <eb...@pivotal.io>
AuthorDate: Mon Mar 30 15:04:19 2020 -0700

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

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 384778a..06625d2 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.12.0
+RUN wget "https://www.apache.org/dist/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