Skip to content

Commit

Permalink
fauxton 1.1.15 node 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Mikhaylovsky committed May 26, 2018
1 parent c4d5641 commit f5ba536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:8.1.3
FROM node:10.2.1
MAINTAINER [email protected]
ENV FAUXTON_VERSION=1.1.12
ENV FAUXTON_VERSION=1.1.15

EXPOSE 8000
RUN npm install --no-optional --only=production --quiet --global --no-color fauxton@$FAUXTON_VERSION
Expand Down

0 comments on commit f5ba536

Please sign in to comment.