From b7967fa039004169e55ae5f6bc13e7024d276dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:45:50 +0200 Subject: [PATCH] deps: update python docker tag to v3.11.6 (#2224) Co-authored-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 a05339a095..44eab66deb 100644 --- a/runtimes/python-runtime/Dockerfile +++ b/runtimes/python-runtime/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-alpine AS production +FROM python:3.11.6-alpine AS production LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolkit" \ org.opencontainers.image.url="https://keptn.sh" \