aboutsummaryrefslogtreecommitdiff
path: root/docker/riotweb/Dockerfile
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2019-10-02 11:58:32 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2019-10-02 11:58:32 +0200
commitd1a61defc0ea7d981901e7a84517d5398ffe554b (patch)
tree5b61ff52f375107888438d58b58901d2ed2091e2 /docker/riotweb/Dockerfile
parentbe57a5a9227005a4668c4f3e461c83cc66c680a1 (diff)
downloadinfrastructure-d1a61defc0ea7d981901e7a84517d5398ffe554b.tar.gz
infrastructure-d1a61defc0ea7d981901e7a84517d5398ffe554b.zip
[matrix] upgrade riot web
Diffstat (limited to 'docker/riotweb/Dockerfile')
-rw-r--r--docker/riotweb/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile
index 0594981..c64c5a1 100644
--- a/docker/riotweb/Dockerfile
+++ b/docker/riotweb/Dockerfile
@@ -1,7 +1,7 @@
FROM amd64/debian:stretch as builder
WORKDIR /root
-ENV VERSION v1.3.0
+ENV VERSION v1.4.1
RUN apt-get update && \
apt-get install -y wget && \