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 74f2862 commit 0275e89Copy full SHA for 0275e89
common.mk
@@ -43,7 +43,7 @@ DOCKER_ENGINE_REF ?= $(REF)
43
DOCKER_COMPOSE_REF ?= v2.32.1
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.19.2
+DOCKER_BUILDX_REF ?= v0.19.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