⬆️ Update python Docker tag to v3.11.2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Renovate 2023-02-09 02:17:49 +00:00
parent 811069b1b3
commit 8809d47f0a

View File

@ -1,4 +1,4 @@
FROM python:3.11.1-slim
FROM python:3.11.2-slim
RUN apt-get update && apt-get install -y git toilet \
&& rm -rf /var/lib/apt/lists/*