From ad7e1cc5ddeb203a040f5c3299e63480d2316b3f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 5 Jan 2020 13:54:06 +0100 Subject: [PATCH] :arrow_up: Upgrades The Lounge to v4.0.0 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index aff50f6..01f929e 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -14,7 +14,7 @@ RUN \ \ && yarn global add \ modclean@3.0.0-beta.1 \ - thelounge@3.3.0 \ + thelounge@4.0.0 \ \ && modclean \ --path /usr/local/share/.config/yarn/global \