Update to Python 3.10

This commit is contained in:
rubenwardy
2022-01-27 18:43:10 +00:00
parent c3a4ea239c
commit c2fbf7603a
7 changed files with 37 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.10
RUN groupadd -g 5123 cdb && \
useradd -r -u 5123 -g cdb cdb