Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
⬆️ Update Riot to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 authored Mar 21, 2019
1 parent 82bc89c commit 33da71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN \
\
&& mkdir -p /opt/riot \
&& curl -J -L -o /tmp/riot.tar.gz \
"https://github.com/vector-im/riot-web/releases/download/v1.0.4/riot-v1.0.4.tar.gz" \
"https://github.com/vector-im/riot-web/releases/download/v1.0.5/riot-v1.0.5.tar.gz" \
&& tar xzf /tmp/riot.tar.gz -C /opt/riot --strip 1 \
\
&& apk del --purge .build-dependencies \
Expand Down

0 comments on commit 33da71c

Please sign in to comment.