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

This commit is contained in:
Renovate Bot 2024-08-07 21:17:52 +00:00
parent 1da73097d5
commit 8d3da7632b
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -1,4 +1,4 @@
FROM amd64/python:3.12.4-slim-bullseye FROM amd64/python:3.12.5-slim-bullseye
RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/* RUN apt-get update -qq && apt-get install -qq git --no-install-recommends && rm -rf /var/lib/apt/lists/*
WORKDIR ./ WORKDIR ./
ARG PUID=1000 ARG PUID=1000