summaryrefslogtreecommitdiff
path: root/Dockerfile
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 /Dockerfile
parentef250da8ec64a26f4db6614531b0995778b5e983 (diff)
downloadpylint-git-17a16d79ebcca54284db516651a07f61bdf17bbc.tar.gz
Docker: Python 3.10 and Alpine 3.15 (#5443)
* Docker: Python 3.10 and Alpine 3.15
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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