From 6511f40e120cce75c79583b08e1451135e7f32f4 Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 30 Oct 2018 19:15:53 +0100 Subject: [PATCH] thelounge@3.0.0-rc.4 (#66) --- 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 6d5d220..29b14a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 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). +## Release candidate (3.0.0-rc.4) (2018-10-30) +- Bump [`thelounge`][1] to [`v3.0.0-rc.4`](https://github.com/thelounge/lounge/releases/tag/v3.0.0-rc.3). - Use `node v8`. #### Breaking Changes diff --git a/Dockerfile b/Dockerfile index 7ca868b..d41c91c 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.3 +ARG THELOUNGE_VERSION=3.0.0-rc.4 RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \ npm cache clean --force diff --git a/Makefile b/Makefile index 4c91c94..a45c1dc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=3.0.0-rc.3 +THELOUNGE_VERSION?=3.0.0-rc.4 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index c074d2e..c604e17 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.3 +ARG THELOUNGE_VERSION=3.0.0-rc.4 RUN npm install --unsafe-perm -g thelounge@${THELOUNGE_VERSION} && \ npm cache clean --force