From 6e41c6e34937c478b1b8393729c1d195eae0ccac Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Apr 2025 04:01:14 +0000 Subject: [PATCH] Update python Docker tag to v3.13.3 --- Dockerfile | 2 +- Dockerfile-root | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a36a03e..87e5a83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.2-slim-bookworm +FROM python:3.13.3-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 9908299..ab2c9d4 100644 --- a/Dockerfile-root +++ b/Dockerfile-root @@ -1,4 +1,4 @@ -FROM python:3.13.2-slim-bookworm +FROM python:3.13.3-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