Merge pull request #103 from klausenbusk/thelounge@4.1.0

thelounge@4.1.0
This commit is contained in:
Pavel Djundik 2020-03-11 11:13:22 +02:00 committed by GitHub
commit 49e1352017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -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).

View file

@ -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

View file

@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.1.0-rc.1
THELOUNGE_VERSION?=4.1.0
ORGANISATION?=thelounge
all: main alpine

View file

@ -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