diff --git a/Dockerfile b/Dockerfile index 0c185f120df..536e0eb5ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:14-buster as builder # images of element-web develop. ARG USE_CUSTOM_SDKS=true ARG REACT_SDK_REPO="https://github.com/williamkray/matrix-react-sdk.git" -ARG REACT_SDK_BRANCH="wreck/v3.32.0-wrecked" +ARG REACT_SDK_BRANCH="wreck/v3.33.0-wrecked" ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" ARG JS_SDK_BRANCH="master"