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 b1ba2cb commit 0b0acbfCopy full SHA for 0b0acbf
Dockerfile
@@ -5,9 +5,9 @@ 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.26.0-wrecked"
+ARG REACT_SDK_BRANCH="wreck/v3.27.0-rc.1-wrecked"
9
ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
10
-ARG JS_SDK_BRANCH="master"
+ARG JS_SDK_BRANCH="release-v12.2.0"
11
12
RUN apt-get update && apt-get install -y git dos2unix
13
0 commit comments