aboutsummaryrefslogtreecommitdiff
path: root/app/build/riotweb
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-01-13 19:17:28 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-01-13 19:17:28 +0100
commit52c141e5fc731ccf8e65320e1d4666c7591ddee5 (patch)
treea67f6cbd750b8f7397407964198d3b9d6b20caee /app/build/riotweb
parent464b990e19dfc7dec1565f42374bbe8e95a0ce36 (diff)
downloadinfrastructure-52c141e5fc731ccf8e65320e1d4666c7591ddee5.tar.gz
infrastructure-52c141e5fc731ccf8e65320e1d4666c7591ddee5.zip
Update Riot+Matrix
Diffstat (limited to 'app/build/riotweb')
-rw-r--r--app/build/riotweb/Dockerfile6
1 files changed, 3 insertions, 3 deletions
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