aboutsummaryrefslogtreecommitdiff
path: root/docker/matrix-synapse/Dockerfile
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-06-02 12:26:41 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-06-02 12:26:41 +0200
commitd13352910d3c352d07d7e482bc87227ce88bdb22 (patch)
tree0c7c07a1f9e8a03f54dd58c1ebf8c05693234757 /docker/matrix-synapse/Dockerfile
parenta2e1f61cf8b70f0e63fc6f8eddbbcf0477263f8f (diff)
downloadinfrastructure-d13352910d3c352d07d7e482bc87227ce88bdb22.tar.gz
infrastructure-d13352910d3c352d07d7e482bc87227ce88bdb22.zip
Add upgrade documentation
Diffstat (limited to 'docker/matrix-synapse/Dockerfile')
-rw-r--r--docker/matrix-synapse/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/matrix-synapse/Dockerfile b/docker/matrix-synapse/Dockerfile
index 7b9146a..b8480d5 100644
--- a/docker/matrix-synapse/Dockerfile
+++ b/docker/matrix-synapse/Dockerfile
@@ -1,7 +1,6 @@
FROM amd64/debian:buster as builder
-ENV VERSION 1.12.4
-
+ARG VERSION
RUN apt-get update && \
apt-get -qq -y full-upgrade && \
apt-get install -y \