applied v2.4.4 changes

This commit is contained in:
chandi
2022-02-19 17:55:25 +01:00
parent f2f929f1bb
commit dd98a4c52f
7 changed files with 13 additions and 13 deletions

View File

@ -14,7 +14,7 @@ USER meteor
ENV METEOR_VERSION 2.5
RUN curl -sL https://install.meteor.com?release=$METEOR_VERSION | sed s/--progress-bar/-sL/g | /bin/sh
ENV TAG v2.4.2
ENV TAG v2.4.4
RUN cd ~ \
&& svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bigbluebutton-html5 \
&& mv ~/bigbluebutton-html5 ~/source \