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

abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2f6cf58  Update dockerfile for 1.2.1
2f6cf58 is described below

commit 2f6cf58770a3cebf2a2550225d77d597e5d8820e
Author: Anthony Baker <aba...@apache.org>
AuthorDate: Thu Sep 21 07:17:01 2017 -0700

    Update dockerfile for 1.2.1
---
 docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index e55abdf..1917a61 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -18,12 +18,12 @@ FROM centos:7
 MAINTAINER Apache Geode Community <d...@geode.apache.org>
 
 LABEL Vendor="Apache Geode"
-LABEL version=1.2.0
+LABEL version=1.2.1
 
 RUN    yum install -y wget which tar git java-1.8.0-openjdk-devel \
        && git clone https://github.com/apache/incubator-geode.git \
        && cd incubator-geode \
-       && git checkout rel/v1.2.0 \
+       && git checkout rel/v1.2.1 \
        && ./gradlew build -Dskip.tests=true -xjavadoc \
        && ls /incubator-geode | grep -v geode-assembly | xargs rm -rf \
        && rm -rf /root/.gradle/ \

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <commits@geode.apache.org>'].

Reply via email to