summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-12 12:02:53 +0000
committerGitHub <noreply@github.com>2020-02-12 12:02:53 +0000
commit3dd2b5f5e313c0350a1a64f1d5e40c8bdc46029c (patch)
tree8bb9be1812eee03cc7454890c01c11fb35f38927 /docker
parent1.10.0rc5 (diff)
downloadsynapse-3dd2b5f5e313c0350a1a64f1d5e40c8bdc46029c.tar.xz
bump the version of Alpine Linux used in the docker images (#6897)
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e5a0d6d5f6..93d61739ae 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -16,7 +16,7 @@ ARG PYTHON_VERSION=3.7
 ###
 ### Stage 0: builder
 ###
-FROM docker.io/python:${PYTHON_VERSION}-alpine3.10 as builder
+FROM docker.io/python:${PYTHON_VERSION}-alpine3.11 as builder
 
 # install the OS build deps