From a2f55f06bf8521dc759838862961082aac94dfce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:18:06 +0000 Subject: [PATCH] chore(deps): update registry.suse.com/bci/python docker tag to v3.12 --- e2e/Dockerfile | 2 +- manager/integration/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 02ebde0ed4..84ce048d29 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/python:3.11 +FROM registry.suse.com/bci/python:3.12 ARG KUBECTL_VERSION=v1.17.0 ARG YQ_VERSION=v4.24.2 diff --git a/manager/integration/Dockerfile b/manager/integration/Dockerfile index a6f5a218d1..57036f776f 100644 --- a/manager/integration/Dockerfile +++ b/manager/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/python:3.11 +FROM registry.suse.com/bci/python:3.12 ARG KUBECTL_VERSION=v1.28.4 ARG YQ_VERSION=v4.24.2