thelounge@4.3.0-pre.4 (#123)

This commit is contained in:
William Boman 2021-07-04 01:35:51 +02:00 committed by GitHub
parent b35326e5f3
commit 1a30371dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Changelog
## 4.3.0-pre.3 (2021-06-30)
- Bump [`thelounge`][1] to [`4.3.0-pre.3`](https://github.com/thelounge/thelounge/releases/tag/v4.3.0-pre.3).
## 4.3.0-pre.4 (2021-07-04)
- Bump [`thelounge`][1] to [`4.3.0-pre.4`](https://github.com/thelounge/thelounge/releases/tag/v4.3.0-pre.4).
- Bump Node version from 12 to 14 (LTS).
*Note: ARM images for 4.3.0-pre.3 are still being worked on.*
*Note: ARM images for 4.3.0-pre.4 are still being worked on.*
## 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.3
ARG THELOUNGE_VERSION=4.3.0-pre.4
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.3
THELOUNGE_VERSION?=4.3.0-pre.4
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.3
ARG THELOUNGE_VERSION=4.3.0-pre.4
RUN apk --update --no-cache add python build-base && \
yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean && \