From d870ab666a6934273bcfd6841cc7b8eeb4faa77a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:28:41 +0000 Subject: [PATCH] chore(deps): update docker dependencies --- e2e/Dockerfile | 2 +- manager/integration/Dockerfile | 4 ++-- mirror_csi_images/Dockerfile.setup | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 4e27974484..cdf2694b3b 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 48f9dd175c..e7f75daff4 100644 --- a/manager/integration/Dockerfile +++ b/manager/integration/Dockerfile @@ -1,6 +1,6 @@ -# syntax=docker/dockerfile:1.7.0 +# syntax=docker/dockerfile:1.12.0 -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..7afc77a755 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.19 /buildx /usr/libexec/docker/cli-plugins/docker-buildx COPY [".", "$WORKSPACE"]