From 52c141e5fc731ccf8e65320e1d4666c7591ddee5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 13 Jan 2021 19:17:28 +0100 Subject: Update Riot+Matrix --- app/build/riotweb/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/build/riotweb/Dockerfile') diff --git a/app/build/riotweb/Dockerfile b/app/build/riotweb/Dockerfile index 862e2e5..c768e87 100644 --- a/app/build/riotweb/Dockerfile +++ b/app/build/riotweb/Dockerfile @@ -5,9 +5,9 @@ WORKDIR /root RUN apt-get update && \ apt-get install -y wget && \ - wget https://github.com/vector-im/riot-web/releases/download/v${VERSION}/riot-v${VERSION}.tar.gz && \ - tar xf riot-v${VERSION}.tar.gz && \ - mv riot-v${VERSION}/ riot/ + wget https://github.com/vector-im/element-web/releases/download/v${VERSION}/element-v${VERSION}.tar.gz && \ + tar xf element-v${VERSION}.tar.gz && \ + mv element-v${VERSION}/ riot/ FROM superboum/amd64_webserver:v3 COPY --from=builder /root/riot /srv/http -- cgit v1.2.3