Skip to content

Commit

Permalink
thelounge@3.0.0-rc.6 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Jan 15, 2019
1 parent bd90430 commit 393bb5f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog

## Release candidate (3.0.0-rc.5) (2018-11-21)
- Bump [`thelounge`][1] to [`v3.0.0-rc.5`](https://github.com/thelounge/thelounge/releases/tag/v3.0.0-rc.5).
## Release candidate (3.0.0-rc.6) (2019-01-15)
- Bump [`thelounge`][1] to [`v3.0.0-rc.6`](https://github.com/thelounge/thelounge/releases/tag/v3.0.0-rc.6).
- Upgrade to `node v10`.

#### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
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.5
ARG THELOUNGE_VERSION=3.0.0-rc.6
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=3.0.0-rc.5
THELOUNGE_VERSION?=3.0.0-rc.6
ORGANISATION?=thelounge

all: main alpine
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,7 @@ $ docker run --detach \
--publish 9000:9000 \
--volume ~/.thelounge:/var/opt/thelounge \
--restart always \
thelounge/thelounge:latest
thelounge/thelounge:3.0.0-rc.6
```

### Data directory
Expand Down Expand Up @@ -64,7 +64,7 @@ $ docker run --detach \
--publish 5000:9000 \ # Change host port to listen on port 5000
--volume ~/.thelounge:/var/opt/thelounge \
--restart always \
thelounge/thelounge:3.0.0-pre.7
thelounge/thelounge:3.0.0-rc.6
```

### Environment variables (advanced usage)
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
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.5
ARG THELOUNGE_VERSION=3.0.0-rc.6
RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \
npm cache clean --force

0 comments on commit 393bb5f

Please sign in to comment.