mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-14 23:02:29 +02:00
BBB v2.4.0
This commit is contained in:
@ -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-rc-7
|
||||
ENV TAG v2.4.0
|
||||
RUN cd ~ \
|
||||
&& svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bigbluebutton-html5 \
|
||||
&& mv ~/bigbluebutton-html5 ~/source \
|
||||
@ -41,4 +41,4 @@ COPY bbb-html5.yml /app/bbb-html5.yml.tmpl
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
# lets set the tag again, so that it is include in the image for later version retrieval
|
||||
ENV TAG v2.4-rc-7
|
||||
ENV TAG v2.4.0
|
||||
|
Reference in New Issue
Block a user