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

This commit is contained in:
Renovate Bot 2024-10-08 02:18:06 +00:00
parent d51ce44f0e
commit 892659f491
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -1,4 +1,4 @@
FROM amd64/python:3.12.7-slim-bullseye FROM amd64/python:3.13.0-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