Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jun 9, 2017
1 parent 9b8eaf2 commit 50e69e2
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.3.0
ENV LOUNGE_VERSION 2.3.1
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 node:6-alpine

ENV LOUNGE_VERSION 2.3.0
ENV LOUNGE_VERSION 2.3.1
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.3.0
ENV LOUNGE_VERSION 2.3.1
ENV NODE_ENV production

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

0 comments on commit 50e69e2

Please sign in to comment.