diff --git a/mod/recordings/Dockerfile b/mod/recordings/Dockerfile index 9f08763..c04ac86 100644 --- a/mod/recordings/Dockerfile +++ b/mod/recordings/Dockerfile @@ -78,7 +78,7 @@ COPY --from=presentation /scripts /usr/local/bigbluebutton/core/scripts/ # install ruby dependencies RUN cd /usr/local/bigbluebutton/core \ && gem install builder \ - && gem install bundler --no-document \ + && gem install bundler -v 2.4.22 --no-document \ && bundle config set --local deployment true \ && bundle install \ && bundle clean \