Update python Docker tag to v3.13.5 #4

Merged
renovate merged 1 commit from renovate/python-3.x into main 2025-06-17 22:10:30 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6fb5d713cb - Show all commits

View file

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

View file

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