1
0
Fork 0
mirror of https://0xacab.org/jvoisin/mat2-web.git synced 2025-07-26 16:05:27 -04:00

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 \