summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorCédric Laubacher <cedric@laubacher.io>2020-05-03 16:04:54 +0200
committerCédric Laubacher <cedric@laubacher.io>2020-05-03 16:07:24 +0200
commita251e0f4ba49d979c7cc9738e60e270fea0dcb86 (patch)
tree4f3eee807a7a4e838b698e139071f6c8f4648e42 /docker/Dockerfile
parentConvert synapse.server_notices to async/await. (#7394) (diff)
downloadsynapse-a251e0f4ba49d979c7cc9738e60e270fea0dcb86.tar.xz
Update runtime docker image to Alpine v3.11
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 93d61739ae..9a3cf7b3f5 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -55,7 +55,7 @@ RUN pip install --prefix="/install" --no-warn-script-location \
 ### Stage 1: runtime
 ###
 
-FROM docker.io/python:${PYTHON_VERSION}-alpine3.10
+FROM docker.io/python:${PYTHON_VERSION}-alpine3.11
 
 # xmlsec is required for saml support
 RUN apk add --no-cache --virtual .runtime_deps \