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 2281fad commit 7626aacCopy full SHA for 7626aac
Dockerfile
@@ -5,7 +5,7 @@ FROM node:14-buster as builder
5
# images of element-web develop.
6
ARG USE_CUSTOM_SDKS=true
7
ARG REACT_SDK_REPO="https://github.com/williamkray/matrix-react-sdk.git"
8
-ARG REACT_SDK_BRANCH="wreck/v3.28.1-wrecked"
+ARG REACT_SDK_BRANCH="wreck/v3.29.0-wrecked"
9
ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
10
ARG JS_SDK_BRANCH="master"
11
0 commit comments