Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Oct 10, 2018
1 parent 3226ac8 commit 8c62bb1
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

## Release candidate (3.0.0-rc.2) (2018-10-08)
- Bump [`thelounge`][1] to [`v3.0.0-rc.2`](https://github.com/thelounge/lounge/releases/tag/v3.0.0-rc.2).
## Release candidate (3.0.0-rc.3) (2018-10-10)
- Bump [`thelounge`][1] to [`v3.0.0-rc.3`](https://github.com/thelounge/lounge/releases/tag/v3.0.0-rc.3).
- Use `node v8`.

#### Breaking Changes
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-rc.2
ARG THELOUNGE_VERSION=3.0.0-rc.3
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-rc.2
THELOUNGE_VERSION?=3.0.0-rc.3
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-rc.2
ARG THELOUNGE_VERSION=3.0.0-rc.3
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force

0 comments on commit 8c62bb1

Please sign in to comment.