Skip to content

Commit

Permalink
chore: Update Dockerfile to use master branch for matrix-react-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jul 7, 2024
1 parent 3367bc8 commit c75021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$BUILDPLATFORM node:22-bullseye as builder
# images of element-web develop.
ARG USE_CUSTOM_SDKS=true
ARG REACT_SDK_REPO="https://github.com/SciCatProject/matrix-react-sdk.git"
ARG REACT_SDK_BRANCH="develop"
ARG REACT_SDK_BRANCH="master"
ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
ARG JS_SDK_BRANCH="master"

Expand Down

0 comments on commit c75021f

Please sign in to comment.