Skip to content

Commit

Permalink
update dockerfile to use pre-release versions of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
William Kray committed Jul 28, 2021
1 parent b1ba2cb commit 0b0acbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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.26.0-wrecked"
ARG REACT_SDK_BRANCH="wreck/v3.27.0-rc.1-wrecked"
ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
ARG JS_SDK_BRANCH="master"
ARG JS_SDK_BRANCH="release-v12.2.0"

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

Expand Down

0 comments on commit 0b0acbf

Please sign in to comment.