Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman authored Jun 30, 2021
1 parent 75828f0 commit b35326e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 4.3.0-pre.2 (2021-06-12)
- Bump [`thelounge`][1] to [`4.3.0-pre.2`](https://github.com/thelounge/thelounge/releases/tag/v4.3.0-pre.2).
## 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).
- Bump Node version from 12 to 14 (LTS).

*Note: ARM images for 4.3.0-pre.2 are still being worked on.*
*Note: ARM images for 4.3.0-pre.3 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).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ARG THELOUNGE_VERSION=4.3.0-pre.3
RUN yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.3.0-pre.2
THELOUNGE_VERSION?=4.3.0-pre.3
ORGANISATION?=thelounge

all: main alpine
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ARG THELOUNGE_VERSION=4.3.0-pre.3
RUN apk --update --no-cache add python build-base && \
yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
yarn --non-interactive cache clean && \
Expand Down

0 comments on commit b35326e

Please sign in to comment.