Update runtime docker image to Alpine v3.11

pull/7398/head
Cédric Laubacher 2020-05-03 16:04:54 +02:00
parent 032e5a2aca
commit a251e0f4ba
No known key found for this signature in database
GPG Key ID: 3BCC42B8F9C2AC7D
2 changed files with 2 additions and 1 deletions

1
changelog.d/7398.docker Normal file
View File

@ -0,0 +1 @@
Update docker runtime image to Alpine v3.11. Contributed by @Starbix.

View File

@ -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 \