From 8c62bb122401faa80aa426996432306ceb2ca20e Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 10 Oct 2018 20:36:26 +0100 Subject: [PATCH] thelounge@3.0.0-rc.3 (#64) --- CHANGELOG.md | 4 ++-- Dockerfile | 2 +- Makefile | 2 +- alpine/Dockerfile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf2221..6d5d220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index bba0b29..7ca868b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Makefile b/Makefile index 2899234..4c91c94 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=3.0.0-rc.2 +THELOUNGE_VERSION?=3.0.0-rc.3 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 7aedd14..c074d2e 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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