upgrade Python to 3.10, and update all dependencies

This commit is contained in:
ducklet 2021-11-02 14:16:00 +01:00
parent dd3d5f3670
commit 3c9da10522
4 changed files with 745 additions and 787 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/library/python:3.9-alpine
FROM docker.io/library/python:3.10-alpine
RUN apk update --no-cache \
&& apk upgrade --no-cache \