thelounge@4.3.1 (#139)

This commit is contained in:
Markus Cisler 2022-04-12 14:43:45 +02:00 committed by GitHub
parent 8d1cfb8bbf
commit cfd776abbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Changelog
## 4.3.1-rc.1 (2022-03-03)
## 4.3.1 (2022-04-12)
- Rebuild latest stable release images on a weekly basis.
- Bump [`thelounge`][1] to [`4.3.1-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.3.1-rc.1).
- Bump [`thelounge`][1] to [`4.3.1`](https://github.com/thelounge/thelounge/releases/tag/v4.3.1).
#### Breaking changes
- Only provide an alpine image. The `:alpine` tag will now be `:latest`. Versioned tags will also no longer have the `-alpine` suffix.

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.1-rc.1
ARG THELOUNGE_VERSION=4.3.1
RUN apk --update --no-cache --virtual build-deps add python2 build-base git && \
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.1-rc.1
THELOUNGE_VERSION?=4.3.1
ORGANISATION?=thelounge
all: main