Skip to content

Commit 17a16d7

Browse files
authored
Docker: Python 3.10 and Alpine 3.15 (#5443)
* Docker: Python 3.10 and Alpine 3.15
1 parent ef250da commit 17a16d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,3 +587,5 @@ contributors:
587587

588588
* Allan Chandler (allanc65): contributor
589589
- Fixed issue 5452, false positive missing-param-doc for multi-line Google-style params
590+
591+
* Eero Vuojolahti: contributor

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.0-alpine3.12
1+
FROM python:3.10.0-alpine3.15
22

33
COPY ./ /tmp/build
44
WORKDIR /tmp/build

0 commit comments

Comments
 (0)