Skip to content

Commit

Permalink
fauxton v1.1.4 node v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Mikhaylovsky committed May 12, 2016
1 parent e7455be commit f8d3aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:5.5.0
FROM node:6.1.0
MAINTAINER [email protected]
ENV FAUXTON_VERSION=1.0.9
ENV FAUXTON_VERSION=1.1.4

EXPOSE 8000
RUN npm install --no-optional --only=production --quiet --global --no-color fauxton@$FAUXTON_VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker-fauxton
Docker for Fauxton - Web UI for CouchDB
Docker for [Fauxton](https://github.com/apache/couchdb-fauxton) - Web UI for CouchDB

# RUN
```bash
Expand Down

0 comments on commit f8d3aa6

Please sign in to comment.