thelounge@4.3.0-rc.1 (#127)

This commit is contained in:
William Boman 2021-11-18 10:38:52 +01:00 committed by GitHub
parent c65d411650
commit d9173f46a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,8 @@
# Changelog
## 4.3.0-pre.6 (2021-11-04)
- Bump [`thelounge`][1] to [`4.3.0-pre.6`](https://github.com/thelounge/thelounge/releases/tag/v4.3.0-pre.6).
## 4.3.0-rc.1 (2021-11-18)
- Bump [`thelounge`][1] to [`4.3.0-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.3.0-rc.1).
- Upgrade Node.js base images from 12 to LTS.
## 4.2.0 (2020-08-20)
- Bump [`thelounge`][1] to [`4.2.0`](https://github.com/thelounge/thelounge/releases/tag/v4.2.0).

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.3.0-pre.6
ARG THELOUNGE_VERSION=4.3.0-rc.1
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.3.0-pre.6
THELOUNGE_VERSION?=4.3.0-rc.1
ORGANISATION?=thelounge
all: main alpine

View file

@ -15,7 +15,7 @@ CMD ["thelounge", "start"]
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
# Install thelounge.
ARG THELOUNGE_VERSION=4.3.0-pre.6
ARG THELOUNGE_VERSION=4.3.0-rc.1
RUN apk --update --no-cache add python3 build-base && \
yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean && \