Skip to content

Commit c01bd0b

Browse files
authored
thelounge@4.4.1-rc.1 (#163)
1 parent 5d62280 commit c01bd0b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 4.4.1-rc.1 (2023-05-21)
4+
- Bump [`thelounge`][1] to [`4.4.1-rc.1`](https://github.com/thelounge/thelounge/releases/tag/v4.4.1-rc.1).
5+
36
## 4.4.0 (2023-05-14)
47
- Bump [`thelounge`][1] to [`4.4.0`](https://github.com/thelounge/thelounge/releases/tag/v4.4.0).
58
- Also publish images to ghcr.io/thelounge/thelounge, which henceforth is the default repository.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts-alpine
22

3-
ARG THELOUNGE_VERSION=4.4.0
3+
ARG THELOUNGE_VERSION=4.4.1-rc.1
44

55
LABEL org.opencontainers.image.title "Official The Lounge image"
66
LABEL org.opencontainers.image.description "Official Docker image for The Lounge, a modern web IRC client designed for self-hosting."

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
THELOUNGE_VERSION?=4.4.0
1+
THELOUNGE_VERSION?=4.4.1-rc.1
22
ORGANISATION?=thelounge
33

44
all: main

0 commit comments

Comments
 (0)