From f8cf9b0c27f962fbcc09530eb34d63e181677836 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Feb 2025 23:01:14 +0000 Subject: [PATCH] Update python Docker tag to v3.13.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b5358f..5b276f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1-slim-bullseye +FROM python:3.13.2-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