From f28846ca5d332276b718ae7ed5997eef601fa265 Mon Sep 17 00:00:00 2001
From: chandi <git@chandi.it>
Date: Sun, 18 Apr 2021 22:12:46 +0200
Subject: [PATCH] v2.3-beta-5

---
 README.md            | 2 +-
 mod/nginx/Dockerfile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index eee32bc..7ff66b6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # 📦 BigBlueButton 2.3 Docker
 
-Version: 2.3-beta-4 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
+Version: 2.3-beta-5 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigbluebutton/docker/issues)
 
 ## Note
 Even though it seems to be stable so far, it is still a beta, which means that you can expect broken bits and pieces in some places.
diff --git a/mod/nginx/Dockerfile b/mod/nginx/Dockerfile
index 42620e5..b7049d1 100644
--- a/mod/nginx/Dockerfile
+++ b/mod/nginx/Dockerfile
@@ -11,7 +11,7 @@ ENV REACT_APP_BBB_PLAYBACK_BUILD=$TAG_PLAYBACK
 # for the latest bbb-playback version shipped with 2.3-alpha-6
 # so we use the master branch 
 # RUN svn checkout https://github.com/bigbluebutton/bbb-playback/tags/$TAG_PLAYBACK /bbb-playback
-RUN git clone https://github.com/bigbluebutton/bbb-playback.git /bbb-playback && cd /bbb-playback && git checkout 4cec62c4f5332911ac035969b282a53d31374bce
+RUN git clone https://github.com/bigbluebutton/bbb-playback.git /bbb-playback && cd /bbb-playback && git checkout a9d3b7b6648fb5e85e012e73d7e7a2684d02f215
 RUN cd /bbb-playback && npm install && npm run-script build
 
 # --------------------
@@ -21,4 +21,4 @@ FROM nginx:1.19-alpine
 COPY --from=builder /bbb-playback/build /www/playback/presentation/2.3
 COPY ./bbb /etc/nginx/bbb
 COPY ./bigbluebutton /etc/nginx/conf.d/default.conf
-COPY ./nginx.conf /etc/nginx/nginx.conf
\ No newline at end of file
+COPY ./nginx.conf /etc/nginx/nginx.conf