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 diff --git a/test_framework/Dockerfile.setup b/test_framework/Dockerfile.setup index e74a7af503..5e1746cfea 100644 --- a/test_framework/Dockerfile.setup +++ b/test_framework/Dockerfile.setup @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine3.19 +FROM golang:1.22-alpine3.19 ARG KUBECTL_VERSION=v1.20.2