From 2ed3bf9f69afe8c1ca4f1419100bbd8ae069d057 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Mon, 28 Oct 2019 15:58:30 +0100 Subject: [PATCH] thelounge@3.3.0 (#92) --- 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 d546880..e7966a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 3.3.0-rc.2 (2019-10-23) -- Bump [`thelounge`][1] to [`3.3.0-rc.2`](https://github.com/thelounge/thelounge/releases/tag/v3.3.0-rc.2). +## 3.3.0 (2019-10-28) +- Bump [`thelounge`][1] to [`3.3.0`](https://github.com/thelounge/thelounge/releases/tag/v3.3.0). - Upgrade base images to use Node.js 12. ## 3.2.0 (2019-08-20) diff --git a/Dockerfile b/Dockerfile index cd0d4b6..ce09661 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.3.0-rc.2 +ARG THELOUNGE_VERSION=3.3.0 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean diff --git a/Makefile b/Makefile index 04a0cdd..a599ad5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -THELOUNGE_VERSION?=3.3.0-rc.2 +THELOUNGE_VERSION?=3.3.0 ORGANISATION?=thelounge all: main alpine diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 87fa403..870ab89 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.3.0-rc.2 +ARG THELOUNGE_VERSION=3.3.0 RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \ yarn --non-interactive cache clean