We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 341e901 + 86b2c54 commit a678f42Copy full SHA for a678f42
common.mk
@@ -43,7 +43,7 @@ DOCKER_ENGINE_REF ?= $(REF)
43
DOCKER_COMPOSE_REF ?= v2.34.0
44
# DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag,
45
# but can be a valid git reference in DOCKER_BUILDX_REPO.
46
-DOCKER_BUILDX_REF ?= v0.21.2
+DOCKER_BUILDX_REF ?= v0.21.3
47
48
# Use "stage" to install dependencies from download-stage.docker.com during the
49
# verify step. Leave empty or use any other value to install from download.docker.com
0 commit comments