Skip to content

Commit 3d4831a

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 <[email protected]>
1 parent b6398f1 commit 3d4831a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)