RenovateBot: Update python Docker tag to v3.11

This commit is contained in:
Matweb Bot 2022-10-25 04:05:43 +00:00
parent a236efdd8c
commit c9986a1b41

View File

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