mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-12 21:53:30 +01:00
bump the version of Alpine Linux used in the docker images (#6897)
This commit is contained in:
parent
856b2a9555
commit
3dd2b5f5e3
2 changed files with 2 additions and 1 deletions
1
changelog.d/6897.docker
Normal file
1
changelog.d/6897.docker
Normal file
|
@ -0,0 +1 @@
|
|||
Update the docker images to Alpine Linux 3.11.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue