Skip to content
Snippets Groups Projects
Unverified Commit a251e0f4 authored by Cédric Laubacher's avatar Cédric Laubacher
Browse files

Update runtime docker image to Alpine v3.11

parent 032e5a2a
No related branches found
No related tags found
No related merge requests found
Update docker runtime image to Alpine v3.11. Contributed by @Starbix.
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment