Skip to content

Commit

Permalink
Merge pull request moby#46835 from vvoland/dockerfile-buildx-update-0.12
Browse files Browse the repository at this point in the history
Dockerfile: update buildx to v0.12.0
  • Loading branch information
thaJeztah authored Nov 20, 2023
2 parents ab099ab + 681c94c commit f678459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG DOCKERCLI_VERSION=v24.0.2
# cli version used for integration-cli tests
ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce
ARG BUILDX_VERSION=0.11.2
ARG BUILDX_VERSION=0.12.0
ARG COMPOSE_VERSION=v2.20.1

ARG SYSTEMD="false"
Expand Down

0 comments on commit f678459

Please sign in to comment.