From 7bdaaf14b4486550e9223e0453e09c3e75af1180 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 9 Apr 2025 03:30:39 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.3 --- 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 902fc9a..eaca8fe 100644 --- a/images/python-script/Dockerfile +++ b/images/python-script/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.2-slim-bookworm +FROM python:3.13.3-slim-bookworm RUN set -e; \ apt-get update -q; \