From 7ab0ba2038c606dd50d42ff6c04ef626096557d9 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 4 Jun 2025 18:30:36 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.4 --- 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 eaca8fe..4da669f 100644 --- a/images/python-script/Dockerfile +++ b/images/python-script/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3-slim-bookworm +FROM python:3.13.4-slim-bookworm RUN set -e; \ apt-get update -q; \