Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Feb 13, 2017
1 parent cabe400 commit 2d0d935
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.1 (2017-02-13)

- bump [`thelounge`][1] to [`v2.2.1`](https://github.com/thelounge/lounge/releases/tag/v2.2.1)
- use `CMD` directive in `Dockerfile` to facilitate user-defined commands ([#28](https://github.com/thelounge/docker-lounge/pull/28) by [@williamboman](https://github.com/williamboman))


## 2.2.0 (2017-02-01)

- bump [`thelounge`][1] to [`v2.2.0`](https://github.com/thelounge/lounge/releases/tag/v2.2.0)
Expand Down
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.2.0
ENV LOUNGE_VERSION 2.2.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 mhart/alpine-node:6

ENV LOUNGE_VERSION 2.2.0
ENV LOUNGE_VERSION 2.2.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.2.0
ENV LOUNGE_VERSION 2.2.1
ENV NODE_ENV production

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

0 comments on commit 2d0d935

Please sign in to comment.