Skip to content

Commit e4f1408

Browse files
authored
Merge pull request moby#51628 from locnnil/patch-1
Dockerfile: Update buildx to 0.30.1
2 parents 5ecc726 + a828af4 commit e4f1408

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
@@ -21,7 +21,7 @@ ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
2121
ARG DOCKERCLI_INTEGRATION_VERSION=v25.0.5
2222

2323
# BUILDX_VERSION is the version of buildx to install in the dev container.
24-
ARG BUILDX_VERSION=0.29.1
24+
ARG BUILDX_VERSION=0.30.1
2525

2626
# COMPOSE_VERSION is the version of compose to install in the dev container.
2727
ARG COMPOSE_VERSION=v2.40.0

0 commit comments

Comments
 (0)