Merge pull request #7398 from Starbix/alpine-3.11

Update docker runtime image to Alpine v3.11
This commit is contained in:
Brendan Abolivier 2020-05-07 11:56:56 +02:00 committed by GitHub
commit 2929ce29d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 \