You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/24 06:15:49 UTC

[couchdb-docker] branch 91-newer-erlang created (now da14c8f)

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

wohali pushed a change to branch 91-newer-erlang
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git.


      at da14c8f  Use debian stretch, closes #91

This branch includes the following new commits:

     new da14c8f  Use debian stretch, closes #91

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-docker] 01/01: Use debian stretch, closes #91

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 91-newer-erlang
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit da14c8ffe973d5a83e4b407a30038658e5fa135a
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Mon Jul 23 23:15:36 2018 -0700

    Use debian stretch, closes #91
---
 2.1.2/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.1.2/Dockerfile b/2.1.2/Dockerfile
index 9520b6c..be812e4 100644
--- a/2.1.2/Dockerfile
+++ b/2.1.2/Dockerfile
@@ -10,7 +10,7 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-FROM debian:jessie
+FROM debian:stretch
 
 MAINTAINER CouchDB Developers dev@couchdb.apache.org