Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 0c9d5f7 commit a244601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion manager/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion mirror_csi_images/Dockerfile.setup
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit a244601

Please sign in to comment.