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

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


The following commit(s) were added to refs/heads/release/1.12.0 by this push:
     new c73c1f3  apache-geode 1.12.0
c73c1f3 is described below

commit c73c1f36edc5cb203e686ddb8bae05470416ce50
Author: Ernie Burghardt <eburgha...@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

Reply via email to