Skip to content

Commit

Permalink
Update Dockerfile to use Docker 28.0.1 and Buildx v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-robot-ci-1 committed Mar 3, 2025
1 parent 0a543bd commit 020838a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.job-image-base
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ FROM alpine:3


ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=27.5.1
ARG DOCKER_VERSION=28.0.1
ENV PATH=$PATH:/opt/docker
ARG TARGETARCH

ARG DOCKER_BUILDX_VERSION=v0.20.1
ARG DOCKER_BUILDX_VERSION=v0.21.1

COPY apk-packages.blacklist .
COPY --from=builder /pkgs/usr /usr
Expand Down

0 comments on commit 020838a

Please sign in to comment.