From 7c0f7afd36f39658fcf87eb196b04349b4b54352 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Aug 2020 22:26:55 +0200 Subject: [PATCH] :arrow_up: Upgrades The Lounge to v4.2.0 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 5f0d073..035e16f 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -14,7 +14,7 @@ RUN \ \ && yarn global add \ modclean@3.0.0-beta.1 \ - thelounge@4.1.0 \ + thelounge@4.2.0 \ \ && modclean \ --path /usr/local/share/.config/yarn/global \