Docker: Python 3.10 and Alpine 3.15 (#5443)

* Docker: Python 3.10 and Alpine 3.15
This commit is contained in:
oittaa 2021-12-03 20:14:07 +01:00 committed by GitHub
parent ef250da8ec
commit 17a16d79eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -587,3 +587,5 @@ contributors:
* Allan Chandler (allanc65): contributor
- Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
* Eero Vuojolahti: contributor

View File

@ -1,4 +1,4 @@
FROM python:3.9.0-alpine3.12
FROM python:3.10.0-alpine3.15
COPY ./ /tmp/build
WORKDIR /tmp/build