From 5dca76a901b25c3d488547cc884789a43a9cde68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 02:36:24 +0000 Subject: [PATCH] deps: update python docker tag to v3.13.15 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- runtimes/python-runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/python-runtime/Dockerfile b/runtimes/python-runtime/Dockerfile index 1d6cdd734b..39be1b6d32 100644 --- a/runtimes/python-runtime/Dockerfile +++ b/runtimes/python-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-alpine AS production +FROM python:3.13.15-alpine AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \