From a26b9b2bab5fbe5c08dcdaa063133f76457552df Mon Sep 17 00:00:00 2001 From: chandi Date: Sat, 6 Jun 2020 14:51:14 +0200 Subject: [PATCH] html5: upgrade to v2.2.16 --- mod/html5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/html5/Dockerfile b/mod/html5/Dockerfile index 2d8cc50..3276c5c 100644 --- a/mod/html5/Dockerfile +++ b/mod/html5/Dockerfile @@ -14,7 +14,7 @@ USER meteor ENV METEOR_VERSION 1.8.1 RUN curl -sL https://install.meteor.com?release=$METEOR_VERSION | sed s/--progress-bar/-sL/g | /bin/sh -ENV TAG v2.2.15 +ENV TAG v2.2.16 RUN cd ~ \ && svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bigbluebutton-html5 \ && mv ~/bigbluebutton-html5 ~/source \