From c28d1d9af51d2d00a58257adb689f77d2a3d7f69 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Tue, 7 Apr 2026 15:49:25 +0200 Subject: [PATCH] fix(ci): use python 3.13 --- operator/konflux.bundle.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/konflux.bundle.Dockerfile b/operator/konflux.bundle.Dockerfile index 2bee8416585c3..8cafd57b73768 100644 --- a/operator/konflux.bundle.Dockerfile +++ b/operator/konflux.bundle.Dockerfile @@ -1,7 +1,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:bd531796aacb86e4f97443797262680fbf36ca048717c00b6f4248465e1a7c0c AS builder # This installs PyYAML (with Python) needed by bundle_helpers. -RUN dnf -y install --allowerasing python3.12-pyyaml && \ - alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1 +RUN dnf -y install --allowerasing python3.13-pyyaml && \ + alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 1 COPY . /stackrox WORKDIR /stackrox/operator