⬆️ Update python Docker tag to v3.11.2 #25

Open
renovate-bot wants to merge 1 commits from renovate/python-3.x into master
Showing only changes of commit 6e7bf98a27 - Show all commits

View File

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