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

Commit

Permalink
bump the version of Alpine Linux used in the docker images (#6897)
Browse files Browse the repository at this point in the history
* commit '3dd2b5f5e':
  bump the version of Alpine Linux used in the docker images (#6897)
  • Loading branch information
anoadragon453 committed Mar 23, 2020
2 parents 5e02ad6 + 3dd2b5f commit 5f193a8
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 5f193a8

Please sign in to comment.