From 0a71642f3a4063532bbdd0f3d8c5ed54c2c0a433 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 13 Jun 2025 00:30:50 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.5 --- images/python-script/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python-script/Dockerfile b/images/python-script/Dockerfile index 4da669f..c316879 100644 --- a/images/python-script/Dockerfile +++ b/images/python-script/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.4-slim-bookworm +FROM python:3.13.5-slim-bookworm RUN set -e; \ apt-get update -q; \ -- 2.47.2