-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vasily Mikhaylovsky
committed
May 12, 2016
1 parent
e7455be
commit f8d3aa6
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters