⬆️ Update python Docker tag to v3.11.0 #19

Merged
sebclem merged 1 commits from renovate/python-3.x into master 2022-11-21 10:45:36 +01:00
Showing only changes of commit b08b44fb38 - Show all commits

View File

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