docker: update to python 3.10

This commit is contained in:
callebtc 2022-12-20 11:07:26 +01:00
parent ab6d9daf6d
commit 375f5d9f25

View file

@ -1,4 +1,4 @@
FROM python:3.9-slim FROM python:3.10-slim
RUN apt-get clean RUN apt-get clean
RUN apt-get update RUN apt-get update