Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Aug 25, 2018
1 parent 260f485 commit 5bade01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## Pre-release (3.0.0-pre.7) (2018-06-21)
- Bump [`thelounge`][1] to [`v3.0.0-pre.7`](https://github.com/thelounge/lounge/releases/tag/v3.0.0-pre.7).
## Pre-release (3.0.0-pre.8) (2018-08-25)
- Bump [`thelounge`][1] to [`v3.0.0-pre.8`](https://github.com/thelounge/lounge/releases/tag/v3.0.0-pre.8).
- Use `node v8`.
- Update the example `docker-compose.yml` file.

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ CMD ["thelounge", "start"]
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

# Install thelounge.
ARG THELOUNGE_VERSION=3.0.0-pre.7
ARG THELOUNGE_VERSION=3.0.0-pre.8
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=3.0.0-pre.6
THELOUNGE_VERSION?=3.0.0-pre.8
ORGANISATION?=thelounge

all: main alpine
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ CMD ["thelounge", "start"]
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

# Install thelounge.
ARG THELOUNGE_VERSION=3.0.0-pre.7
ARG THELOUNGE_VERSION=3.0.0-pre.8
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force

0 comments on commit 5bade01

Please sign in to comment.