You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/01/10 18:52:15 UTC

[geode] 02/02: [GEODE-4265] Use updated version that has been appropriately licensed.

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

commit 15ae789b19fc8e58d27eabe6633bf1a117a8fd14
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Tue Jan 9 13:40:40 2018 -0800

    [GEODE-4265] Use updated version that has been appropriately licensed.
---
 ci/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile
index a932b75..369e9fd 100644
--- a/ci/docker/Dockerfile
+++ b/ci/docker/Dockerfile
@@ -47,7 +47,7 @@ ADD ./initdocker /usr/local/bin/initdocker
 RUN chmod +x /usr/local/bin/initdocker
 
 # Install dunit-process
-RUN curl -Lo /usr/local/bin/dunit-process https://github.com/jdeppe-pivotal/progress-util/releases/download/0.1/progress.linux
+RUN curl -Lo /usr/local/bin/dunit-process https://github.com/jdeppe-pivotal/progress-util/releases/download/0.2/progress.linux
 RUN chmod +x /usr/local/bin/dunit-process
 
 # Cache gradle for performance

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