summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorJan Christian Grünhage <jan.christian@gruenhage.xyz>2018-08-09 13:21:30 +0200
committerJan Christian Grünhage <jan.christian@gruenhage.xyz>2018-08-09 13:31:10 +0200
commitd967653705854dac98cde06cb3de54113e704e60 (patch)
tree0546bb056943e0fbcfb9faaaf65427c3c1d4e2a2 /docker/Dockerfile
parentMerge pull request #3655 from matrix-org/neilj/disable_hs (diff)
downloadsynapse-d967653705854dac98cde06cb3de54113e704e60.tar.xz
update docker base-image to alpine 3.8
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 26fb3a6bff..777976217d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/python:2-alpine3.7
+FROM docker.io/python:2-alpine3.8
 
 RUN apk add --no-cache --virtual .nacl_deps \
         build-base \