From 78a37a6114da6822023861b83b6e3ba760fcea94 Mon Sep 17 00:00:00 2001 From: Timmo Date: Thu, 11 Jul 2019 18:36:58 +0100 Subject: [PATCH] :arrow_up: Upgrade yarn --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 9cd6ce5..a163122 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.12.3-r0 \ + yarn=1.16.0-r0 \ \ && apk add --no-cache \ nginx=1.16.0-r2 \