From 13eb8f0856d7cd49ae55ec881385f9ebb45d7df1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 5 Jan 2020 13:49:05 +0100 Subject: [PATCH] :arrow_up: Upgrades yarn to 1.19.2-r0 --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index c16cb0b..ca18e27 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.16.0-r0 \ + yarn=1.19.2-r0 \ \ && apk add --no-cache \ nginx=1.16.1-r1 \