File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
6
## 4.4.0 (2023-05-14)
4
7
- Bump [ ` thelounge ` ] [ 1 ] to [ ` 4.4.0 ` ] ( https://github.com/thelounge/thelounge/releases/tag/v4.4.0 ) .
5
8
- Also publish images to ghcr.io/thelounge/thelounge, which henceforth is the default repository.
Original file line number Diff line number Diff line change 1
1
FROM node:lts-alpine
2
2
3
- ARG THELOUNGE_VERSION=4.4.0
3
+ ARG THELOUNGE_VERSION=4.4.1-rc.1
4
4
5
5
LABEL org.opencontainers.image.title "Official The Lounge image"
6
6
LABEL org.opencontainers.image.description "Official Docker image for The Lounge, a modern web IRC client designed for self-hosting."
Original file line number Diff line number Diff line change 1
- THELOUNGE_VERSION? =4.4.0
1
+ THELOUNGE_VERSION? =4.4.1-rc.1
2
2
ORGANISATION? =thelounge
3
3
4
4
all : main
You can’t perform that action at this time.
0 commit comments