Skip to content

Commit 0b0acbf

Browse files
author
William Kray
committed
update dockerfile to use pre-release versions of stuff
1 parent b1ba2cb commit 0b0acbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ FROM node:14-buster as builder
55
# images of element-web develop.
66
ARG USE_CUSTOM_SDKS=true
77
ARG REACT_SDK_REPO="https://github.com/williamkray/matrix-react-sdk.git"
8-
ARG REACT_SDK_BRANCH="wreck/v3.26.0-wrecked"
8+
ARG REACT_SDK_BRANCH="wreck/v3.27.0-rc.1-wrecked"
99
ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
10-
ARG JS_SDK_BRANCH="master"
10+
ARG JS_SDK_BRANCH="release-v12.2.0"
1111

1212
RUN apt-get update && apt-get install -y git dos2unix
1313

0 commit comments

Comments
 (0)