⬆️ Update python Docker tag to v3.10.7
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate 2022-10-11 10:16:57 +00:00
parent 66afaeebf3
commit 29788560e1

View File

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