From 17a16d79ebcca54284db516651a07f61bdf17bbc Mon Sep 17 00:00:00 2001 From: oittaa <8972248+oittaa@users.noreply.github.com> Date: Fri, 3 Dec 2021 20:14:07 +0100 Subject: [PATCH] Docker: Python 3.10 and Alpine 3.15 (#5443) * Docker: Python 3.10 and Alpine 3.15 --- CONTRIBUTORS.txt | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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