From 451a9c437da201a8a4c93b6b894f5f9a943ba2bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Jun 2025 19:00:57 +0000 Subject: [PATCH] Update python Docker tag to v3.13.4 --- Dockerfile | 2 +- Dockerfile-root | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87e5a83..6fe0f2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3-slim-bookworm +FROM python:3.13.4-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 diff --git a/Dockerfile-root b/Dockerfile-root index ab2c9d4..a064c69 100644 --- a/Dockerfile-root +++ b/Dockerfile-root @@ -1,4 +1,4 @@ -FROM python:3.13.3-slim-bookworm +FROM python:3.13.4-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