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:19 UTC

[couchdb-docker] 07/39: Fix couchdb2-single image (#59)

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 196e933ea6a7c0ed57f20b0ce8789681dd710c31
Author: Chris Foster <ch...@gmail.com>
AuthorDate: Wed Jun 29 10:58:53 2016 -0700

    Fix couchdb2-single image (#59)
---
 2.0-single/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2.0-single/Dockerfile b/2.0-single/Dockerfile
index 9aabbb1..0e56ca3 100644
--- a/2.0-single/Dockerfile
+++ b/2.0-single/Dockerfile
@@ -16,7 +16,7 @@ MAINTAINER Clemens Stolle klaemo@apache.org
 
 # Pin to an arbitrary commit for a deterministic build
 # Once CouchDB has an actual 2.0 tag, we can use that
-ENV COUCHDB_VERSION 1b38ccd
+ENV COUCHDB_VERSION 1b38ccd0294ad17d719655612b14b00160168dfd
 
 # Download dependencies
 RUN apt-get update -y -qq \
@@ -43,7 +43,7 @@ RUN apt-get update -y -qq \
  && npm install -g grunt-cli \
  # Acquire CouchDB source code
  && cd /usr/src \
- && git clone --depth 1 https://git-wip-us.apache.org/repos/asf/couchdb.git \
+ && git clone --single-branch https://git-wip-us.apache.org/repos/asf/couchdb.git \
  && cd couchdb \
  && git checkout $COUCHDB_VERSION \
  # Build the release and install into /opt

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