10000 Dockerfile: update buildx to v0.17.1 · moby/moby@576fc88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 576fc88

Browse files
committed
Dockerfile: update buildx to v0.17.1
Update the buildx cli plugin used in the dev-container full diff: docker/buildx@0.17.0...0.17.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 3d4831a) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent aed88ad commit 576fc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DOCKERCLI_VERSION=v27.2.1
1212
# cli version used for integration-cli tests
1313
ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
1414
ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce
15-
ARG BUILDX_VERSION=0.17.0
15+
ARG BUILDX_VERSION=0.17.1
1616
ARG COMPOSE_VERSION=v2.29.2
1717

1818
ARG SYSTEMD="false"

0 commit comments

Comments
 (0)
0