summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroittaa <8972248+oittaa@users.noreply.github.com>2021-12-03 20:14:07 +0100
committerGitHub <noreply@github.com>2021-12-03 20:14:07 +0100
commit17a16d79ebcca54284db516651a07f61bdf17bbc (patch)
tree516e75b466b5019d104c0b124c1f8aa9f9c2302f
parentef250da8ec64a26f4db6614531b0995778b5e983 (diff)
downloadpylint-git-17a16d79ebcca54284db516651a07f61bdf17bbc.tar.gz
Docker: Python 3.10 and Alpine 3.15 (#5443)
* Docker: Python 3.10 and Alpine 3.15
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--Dockerfile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 72df6038c..54e31c617 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -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
diff --git a/Dockerfile b/Dockerfile
index aafe62a6a..2667145da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9.0-alpine3.12
+FROM python:3.10.0-alpine3.15
COPY ./ /tmp/build
WORKDIR /tmp/build