summary refs log tree commit diff
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
parentConvert synapse.server_notices to async/await. (#7394) (diff)
downloadsynapse-a251e0f4ba49d979c7cc9738e60e270fea0dcb86.tar.xz
Update runtime docker image to Alpine v3.11
-rw-r--r--changelog.d/7398.docker1
-rw-r--r--docker/Dockerfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/7398.docker b/changelog.d/7398.docker
new file mode 100644
index 0000000000..dd2c6821c8
--- /dev/null
+++ b/changelog.d/7398.docker
@@ -0,0 +1 @@
+Update docker runtime image to Alpine v3.11. Contributed by @Starbix.
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 \