Dockerfile: update buildx to v0.11.0
Update the version of buildx we use in the dev-container to v0.11.0;
https://github.com/docker/buildx/releases/tag/v0.11.0
Full diff: https://github.com/docker/buildx/compare/v0.10.5..v0.11.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 4d831949a7
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
98518e0734
commit
6424ae830b
1 changed files with 1 additions and 1 deletions
|
@ -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.10.5
|
||||
ARG BUILDX_VERSION=0.11.0
|
||||
|
||||
ARG SYSTEMD="false"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
|
Loading…
Add table
Reference in a new issue