From 6e61be38ce8617ca32f5344cd23907bbc577bc70 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Aug 2020 22:25:21 +0200 Subject: [PATCH] :arrow_up: Upgrades yarn to 1.22.4-r0 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 78cceb2..cac5263 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - yarn=1.19.2-r0 \ + yarn=1.22.4-r0 \ \ && apk add --no-cache \ nginx=1.16.1-r6 \