aboutsummaryrefslogtreecommitdiff
path: root/docker/matrix-synapse/Dockerfile
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2019-07-26 13:31:56 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2019-07-26 13:31:56 +0200
commit792dfc990747783ff3733712f41e3a99a8d7baa6 (patch)
tree1293200a4c59ab802dfa65afdb545c9be8748c98 /docker/matrix-synapse/Dockerfile
parent3ae6f7bee0c58353569535c5a8c42fcf9e309f4b (diff)
downloadinfrastructure-792dfc990747783ff3733712f41e3a99a8d7baa6.tar.gz
infrastructure-792dfc990747783ff3733712f41e3a99a8d7baa6.zip
[matrix] upgrade to 1.2.1
Diffstat (limited to 'docker/matrix-synapse/Dockerfile')
-rw-r--r--docker/matrix-synapse/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/matrix-synapse/Dockerfile b/docker/matrix-synapse/Dockerfile
index 459adc4..d5c3fea 100644
--- a/docker/matrix-synapse/Dockerfile
+++ b/docker/matrix-synapse/Dockerfile
@@ -1,6 +1,6 @@
FROM amd64/debian:stretch as builder
-ENV VERSION 1.0.0
+ENV VERSION 1.2.1
RUN apt-get update && \
apt-get -qq -y full-upgrade && \