From 8278cac3f35bd7161b27ce1bc7ac16ff07b57777 Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Tue, 10 Mar 2020 09:36:07 +0100 Subject: [PATCH] thelounge@4.1.0 --- CHANGELOG.md | 3 +++ Dockerfile | 2 +- Makefile | 2 +- alpine/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 963618c..a6b062b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.1.0 (2020-03-09) +- Bump [`thelounge`][1] to [`4.1.0`](https://github.com/thelounge/thelounge/releases/tag/v4.1.0). + ## 4.1.0-rc.1 (2020-02-27) - Bump [`thelounge`][1] to [`4.1.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.1.0-rc.1). diff --git a/Dockerfile b/Dockerfile index 426a034..7f31bca 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=4.1.0-rc.1 +ARG THELOUNGE_VERSION=4.1.0 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean diff --git a/Makefile b/Makefile index 57fcc48..0636cf4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=4.1.0-rc.1 +THELOUNGE_VERSION?=4.1.0 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 0c6a7fc..1d5779a 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=4.1.0-rc.1 +ARG THELOUNGE_VERSION=4.1.0 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean