Skip to content

Commit

Permalink
bump the version of Alpine Linux used in the docker images (matrix-or…
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Feb 12, 2020
1 parent 856b2a9 commit 3dd2b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/6897.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the docker images to Alpine Linux 3.11.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG PYTHON_VERSION=3.7
###
### Stage 0: builder
###
FROM docker.io/python:${PYTHON_VERSION}-alpine3.10 as builder
FROM docker.io/python:${PYTHON_VERSION}-alpine3.11 as builder

# install the OS build deps

Expand Down

0 comments on commit 3dd2b5f

Please sign in to comment.