We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91cfe25 + 3abdeca commit fdf7bdcCopy full SHA for fdf7bdc
common.mk
@@ -36,7 +36,7 @@ DOCKER_MODEL_REPO ?= https://github.com/docker/model-cli.git
36
# tagged a release with the same version.
37
#
38
# For other situations, specify DOCKER_CLI_REF and/or DOCKER_ENGINE_REF separately.
39
-REF ?= HEAD
+REF ?= 28.x
40
DOCKER_CLI_REF ?= $(REF)
41
DOCKER_ENGINE_REF ?= $(REF)
42
# DOCKER_COMPOSE_REF is the version of compose to package. It usually is a tag,
0 commit comments