Update python Docker tag to v3.13.1 #2

Merged
renovate merged 1 commit from renovate/python-3.x into main 2024-12-05 01:01:46 +01:00

View file

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