Skip to content
Snippets Groups Projects
Unverified Commit 3dd2b5f5 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

bump the version of Alpine Linux used in the docker images (#6897)

parent 856b2a95
No related branches found
No related tags found
No related merge requests found
Update the docker images to Alpine Linux 3.11.
......@@ -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
......
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