Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Mar 20, 2023
1 parent 7844cb5 commit 7d5a214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.4.0-pre.2 (2023-03-20)
- Bump [`thelounge`][1] to [`4.4.0-pre.2`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.2).

## 4.4.0-pre.1 (2023-03-19)
- Bump [`thelounge`][1] to [`4.4.0-pre.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0-pre.1).
- Also publish images to ghcr.io/thelounge/thelounge, which is the default repository henceforth.
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0-pre.1
ARG THELOUNGE_VERSION=4.4.0-pre.2
RUN apk --update --no-cache --virtual build-deps add python3 build-base git && \
ln -sf python3 /usr/bin/python && \
yarn --non-interactive --frozen-lockfile global add thelounge@${THELOUNGE_VERSION} && \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
THELOUNGE_VERSION?=4.4.0-pre.1
THELOUNGE_VERSION?=4.4.0-pre.2
ORGANISATION?=thelounge

all: main
Expand Down

0 comments on commit 7d5a214

Please sign in to comment.