Update python Docker tag to v3.11

This commit is contained in:
renovate[bot]
2023-03-12 06:50:53 +00:00
committed by GitHub
parent a525a777ae
commit 8b2c2dcc38

View File

@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.11-alpine
WORKDIR /app
COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt