diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-09-26 12:55:53 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-09-26 12:55:53 +0100 |
commit | 5b4028fa787a00e19f1e7003807c5702a29816cd (patch) | |
tree | f2cf93ce5ef2105c2fec21da10786d3d9ae28130 /docker/Dockerfile | |
parent | Merge remote-tracking branch 'origin/develop' into erikj/destination_retry_cache (diff) | |
parent | Log which cache is throwing exceptions (diff) | |
download | synapse-5b4028fa787a00e19f1e7003807c5702a29816cd.tar.xz |
Merge branch 'rav/fix_expiring_cache_len' into erikj/destination_retry_cache
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 20d3fe3bd8..1d00defc2d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,5 @@ -FROM docker.io/python:2-alpine3.8 +ARG PYTHON_VERSION=2 +FROM docker.io/python:${PYTHON_VERSION}-alpine3.8 COPY . /synapse |