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 Feb 26, 2024
1 parent 75dfb43 commit 1d8ed44
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.9
FROM registry.suse.com/bci/python:3.11

ARG KUBECTL_VERSION=v1.17.0
ARG YQ_VERSION=v4.24.2
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.9
FROM registry.suse.com/bci/python:3.11

ARG KUBECTL_VERSION=v1.28.4
ARG YQ_VERSION=v4.24.2
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.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"]

0 comments on commit 1d8ed44

Please sign in to comment.