From dfc715fa04ff2e4f85263a93a2a0e42d847e8898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:35:24 +0000 Subject: [PATCH] chore(deps): update docker dependencies --- e2e/Dockerfile | 2 +- manager/integration/Dockerfile | 2 +- mirror_csi_images/Dockerfile.setup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 34ec3ee980..a59445213c 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 TARGETPLATFORM RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \ diff --git a/manager/integration/Dockerfile b/manager/integration/Dockerfile index 22caadb8a3..0d84c97165 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 TARGETPLATFORM RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \ diff --git a/mirror_csi_images/Dockerfile.setup b/mirror_csi_images/Dockerfile.setup index 23aa8e287a..6de7792767 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.13 /buildx /usr/libexec/docker/cli-plugins/docker-buildx +COPY --from=docker/buildx-bin:v0.14 /buildx /usr/libexec/docker/cli-plugins/docker-buildx COPY [".", "$WORKSPACE"]