diff --git a/e2e/Dockerfile b/e2e/Dockerfile index f2f69efa65..8a28d9e1a9 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/python:3.9 +FROM registry.suse.com/bci/python:3.11 ARG KUBECTL_VERSION=v1.17.0 ARG YQ_VERSION=v4.24.2 diff --git a/manager/integration/Dockerfile b/manager/integration/Dockerfile index 09ccfc9c2f..8ce1837528 100644 --- a/manager/integration/Dockerfile +++ b/manager/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/python:3.9 +FROM registry.suse.com/bci/python:3.11 ARG KUBECTL_VERSION=v1.28.4 ARG YQ_VERSION=v4.24.2 diff --git a/mirror_csi_images/Dockerfile.setup b/mirror_csi_images/Dockerfile.setup index 9f4511b6c3..b872981e90 100644 --- a/mirror_csi_images/Dockerfile.setup +++ b/mirror_csi_images/Dockerfile.setup @@ -6,6 +6,6 @@ WORKDIR $WORKSPACE RUN apk add --no-cache skopeo docker jq bash grep -COPY --from=docker/buildx-bin:v0.8 /buildx /usr/libexec/docker/cli-plugins/docker-buildx +COPY --from=docker/buildx-bin:v0.12 /buildx /usr/libexec/docker/cli-plugins/docker-buildx COPY [".", "$WORKSPACE"]