Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 52a0de6

Browse files
v 0.17.1
1 parent e82472c commit 52a0de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM docker:dind
22
ENV DOCKER_CLI_EXPERIMENTAL=enabled
33
RUN mkdir -p ~/.docker/cli-plugins
4-
ADD https://github.com/docker/buildx/releases/download/v0.16.2/buildx-v0.16.2.linux-amd64 /root/.docker/cli-plugins/docker-buildx
4+
ADD https://github.com/docker/buildx/releases/download/v0.17.1/buildx-v0.17.1.linux-amd64 /root/.docker/cli-plugins/docker-buildx
55
RUN chmod a+x /root/.docker/cli-plugins/docker-buildx

0 commit comments

Comments
 (0)