Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Feb 1, 2017
1 parent 0c81373 commit f9d59ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:6

ENV LOUNGE_VERSION 2.1.0
ENV LOUNGE_VERSION 2.2.0
ENV NODE_ENV production

ENV LOUNGE_HOME "/home/lounge/data"
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mhart/alpine-node:6

ENV LOUNGE_VERSION 2.1.0
ENV LOUNGE_VERSION 2.2.0
ENV NODE_ENV production

ENV LOUNGE_HOME "/home/lounge/data"
Expand Down
2 changes: 1 addition & 1 deletion slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:6-slim

ENV LOUNGE_VERSION 2.1.0
ENV LOUNGE_VERSION 2.2.0
ENV NODE_ENV production

ENV LOUNGE_HOME "/home/lounge/data"
Expand Down

0 comments on commit f9d59ce

Please sign in to comment.