Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7398 from Starbix/alpine-3.11
Browse files Browse the repository at this point in the history
Update docker runtime image to Alpine v3.11
  • Loading branch information
babolivier committed May 7, 2020
2 parents 62ee862 + a251e0f commit 2929ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7398.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update docker runtime image to Alpine v3.11. Contributed by @Starbix.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2929ce2

Please sign in to comment.