⬆️ Update python Docker tag to v3.11.4 #9

Merged
sebclem merged 1 commits from renovate/python-3.x into master 2023-06-22 15:33:22 +02:00
Showing only changes of commit f3fcfebf9d - Show all commits

View File

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