Skip to content

Commit

Permalink
Merge pull request #497 from rancher/renovate/release/v3.0-docker-bumps
Browse files Browse the repository at this point in the history
Update docker.io/docker/buildx-bin Docker tag to v0.16.1 (release/v3.0)
  • Loading branch information
mallardduck authored Jul 25, 2024
2 parents 679bda6 + f150d39 commit 6f87d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/golang:1.22
# Add buildx plugin
COPY --from=docker.io/docker/buildx-bin:0.14.0 /buildx /usr/libexec/docker/cli-plugins/docker-buildx
COPY --from=docker.io/docker/buildx-bin:0.16.1 /buildx /usr/libexec/docker/cli-plugins/docker-buildx

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down

0 comments on commit 6f87d4a

Please sign in to comment.