From f37c8a11a363157c1c5af1a92a494a7ab0d8fe8c Mon Sep 17 00:00:00 2001 From: junjiequan Date: Mon, 1 Jul 2024 14:08:09 +0200 Subject: [PATCH] chore: Update react-sdk repository URL in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19b52bf3fa6..df97ddd9238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM node:20-bullseye as builder # Support custom branches of the react-sdk and js-sdk. This also helps us build # 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_REPO="https://github.com/matrix-org/matrix-react-sdk.git" ARG REACT_SDK_BRANCH="master" ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" ARG JS_SDK_BRANCH="master"