RenovateBot: Update python Docker tag to v3.10

This commit is contained in:
jfriedli 2022-01-24 20:15:35 +00:00
parent 6d0192afe6
commit 91e593a026

View file

@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10
ADD . /mat2-web
WORKDIR /mat2-web
RUN apt-get update \