You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/04/25 12:38:22 UTC

[couchdb-docker] 10/39: 2.0-dev: pin to RC2

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

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 8c9f74856fe148d92a17a522ba7d80e7615cf93e
Author: klaemo <kl...@fastmail.fm>
AuthorDate: Thu Jul 21 22:39:10 2016 +0200

    2.0-dev: pin to RC2
---
 2.0-dev/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.0-dev/Dockerfile b/2.0-dev/Dockerfile
index bb51d5e..1d22720 100644
--- a/2.0-dev/Dockerfile
+++ b/2.0-dev/Dockerfile
@@ -14,7 +14,7 @@ FROM debian:jessie
 
 MAINTAINER Clemens Stolle klaemo@apache.org
 
-ENV COUCHDB_VERSION master
+ENV COUCHDB_VERSION 2.0.0-RC2
 
 RUN groupadd -r couchdb && useradd -d /usr/src/couchdb -g couchdb couchdb
 

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