diff options
author | Christopher May-Townsend <chris@maytownsend.co.uk> | 2020-07-17 17:40:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 17:40:53 +0100 |
commit | a5545cf86d6642cf583f3cad7156b8ba14efe81f (patch) | |
tree | ea1e7ae012b0a111432f233920e53f14927b5eaa /changelog.d | |
parent | Stop using 'device_max_stream_id' (#7882) (diff) | |
download | synapse-a5545cf86d6642cf583f3cad7156b8ba14efe81f.tar.xz |
Switch to Debian:Slim from Alpine for the docker image (#7839)
As mentioned in #7397, switching to a debian base should help with multi-arch work to save time on compiling. This is unashamedly based on #6373, but without the extra functionality. Switch python version back to generic 3.7 to always pull the latest. Essentially, keeping this as small as possible. The image is bigger though unfortunately.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7839.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7839.docker b/changelog.d/7839.docker new file mode 100644 index 0000000000..cdf3c9631c --- /dev/null +++ b/changelog.d/7839.docker @@ -0,0 +1 @@ +Base docker image on Debian Buster rather than Alpine Linux. Contributed by @maquis196. |