We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16f46b commit 3544c20Copy full SHA for 3544c20
common.mk
@@ -43,7 +43,7 @@ DOCKER_ENGINE_REF ?= $(REF)
43
DOCKER_COMPOSE_REF ?= v2.35.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.22.0
+DOCKER_BUILDX_REF ?= v0.23.0
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