Skip to content
Snippets Groups Projects
Unverified Commit 2929ce29 authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Merge pull request #7398 from Starbix/alpine-3.11

Update docker runtime image to Alpine v3.11
parents 62ee8621 a251e0f4
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