We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984ca3a commit 37dee95Copy full SHA for 37dee95
Dockerfile
@@ -5,7 +5,7 @@ FROM node:10 as builder
5
# images of riot-web develop.
6
ARG USE_CUSTOM_SDKS=true
7
ARG REACT_SDK_REPO="https://github.com/awesome-technologies/matrix-react-sdk.git"
8
-ARG REACT_SDK_BRANCH="2020.09.0-amp.chat"
+ARG REACT_SDK_BRANCH="2020.09.1-amp.chat"
9
10
RUN apt-get update && apt-get install -y git dos2unix
11
0 commit comments