diff options
author | Cédric Laubacher <cedric@laubacher.io> | 2020-05-03 16:04:54 +0200 |
---|---|---|
committer | Cédric Laubacher <cedric@laubacher.io> | 2020-05-03 16:07:24 +0200 |
commit | a251e0f4ba49d979c7cc9738e60e270fea0dcb86 (patch) | |
tree | 4f3eee807a7a4e838b698e139071f6c8f4648e42 /docker | |
parent | Convert synapse.server_notices to async/await. (#7394) (diff) | |
download | synapse-a251e0f4ba49d979c7cc9738e60e270fea0dcb86.tar.xz |
Update runtime docker image to Alpine v3.11
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
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 \ |